ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportSectionPage Class / LeftMargin Property
Example

In This Topic
LeftMargin Property (ReportSectionPage)
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
ReportSectionPage sectionPage = new ReportSectionPage();
sectionPage.LeftMargin = "1in";
See Also