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

In This Topic
    RightMargin Property (ReportSectionPage)
    In This Topic
    Gets or sets the width of the right margin.
    Syntax
    'Declaration
     
    Public Property RightMargin As Length
    public Length RightMargin {get; set;}

    Property Value

    A Length structure indicating the width of the right margin.
    Remarks
    The default value is 0in.
    See Also