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

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

    Property Value

    A Length value indicating the height of the top margin. Default value is 0in.
    Example
    ReportSectionPage sectionPage = new ReportSectionPage();
    sectionPage.TopMargin = "1in";
    See Also