ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Page Class / LeftMargin Property

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

    Property Value

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