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