[]
Gets or sets a width of the left margin.
public Length LeftMargin { get; set; }
Type | Description |
---|---|
Length | A Length value indicating the width of the left margin.
Default value is |
ReportSectionPage sectionPage = new ReportSectionPage();
sectionPage.LeftMargin = "1in";