[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.TopMargin

TopMargin Property

TopMargin

Gets or sets a height of the top margin.

Declaration
public Length TopMargin { get; set; }
Property Value
Type Description
Length

A Length value indicating the height of the top margin. Default value is 0in.

Examples
ReportSectionPage sectionPage = new ReportSectionPage();
sectionPage.TopMargin = "1in";