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

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

    Property Value

    A Length value indicating the width of the left margin. Default value is 0in.
    Example
    Page page = new Page();
    page.LeftMargin = "1in";
    See Also