ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Printing Namespace / PageSetup Class / RightMargin Property

In This Topic
    RightMargin Property (PageSetup)
    In This Topic
    Gets or sets the value of the right margin in points.
    Syntax
    'Declaration
     
    Public Property RightMargin As Double
    public double RightMargin {get; set;}

    Property Value

    A System.Double value, represnting the right margin in points.
    Remarks
    The value MUST be greater than or equal to 0 and less than 3528.
    See Also