ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Margins Class / Left Property

In This Topic
    Left Property (Margins)
    In This Topic
    Gets or sets the left margin of the page, in inches.
    Syntax
    'Declaration
     
    Public Property Left As Single
    public float Left {get; set;}

    Property Value

    float value that represents the left margin in inches.
    See Also