[]
Gets or sets a height of the top margin.
public Length TopMargin { get; set; }
Type | Description |
---|---|
Length | A Length value indicating the height of the top margin.
Default value is |
ReportSectionPage sectionPage = new ReportSectionPage();
sectionPage.TopMargin = "1in";