ActiveReports Developer 7
LeftMargin Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Report Class : LeftMargin Property

Glossary Item Box

Gets or sets the width of the left margin.

Syntax

Visual Basic (Declaration) 
Public Property LeftMargin As Length
C# 
public Length LeftMargin {get; set;}

Property Value

Length structure indicating the width of the left margin.

Remarks

The default value is 0in.

See Also