ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportSectionPage Class / TopMargin Property

In This Topic
    TopMargin Property (ReportSectionPage)
    In This Topic
    Gets or sets the height of the top margin.
    Syntax
    'Declaration
     
    Public Property TopMargin As Length
    public Length TopMargin {get; set;}

    Property Value

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