[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.RightMargin

RightMargin Property

RightMargin

Gets or sets a width of the right margin.

Declaration
public Length RightMargin { get; set; }
Property Value
Type Description
Length

A Length value indicating the width of the right margin. Default value is 0in.

Examples
ReportSectionPage sectionPage = new ReportSectionPage();
sectionPage.RightMargin = "1in";