ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / PageBase Class / LeftMargin Property

In This Topic
    LeftMargin Property (PageBase)
    In This Topic
    Specifies the width of the left margin of the report.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property LeftMargin As Length
    public abstract Length LeftMargin {get;}
    See Also