MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / LeftMargin Property
Example

In This Topic
LeftMargin Property (Report)
In This Topic
Gets or sets a width of the left margin.
Syntax
'Declaration
 
Public Property LeftMargin As Length
 

Property Value

A Length value indicating the width of the left margin. Default value is 0in.
Example
Report report = new Report();
report.LeftMargin = "1in";
See Also