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

In This Topic
RightMargin Property (ReportSectionPage)
In This Topic
Gets or sets a width of the right margin.
Syntax
'Declaration
 
Public Property RightMargin As Length
 

Property Value

A Length value indicating the width of the right margin. Default value is 0in.
Example
ReportSectionPage sectionPage = new ReportSectionPage();
sectionPage.RightMargin = "1in";
See Also