[]
Gets or sets the amount of white space between each column in the section page.
public Length ColumnSpacing { get; set; }
Type | Description |
---|---|
Length | A Length value indicating the spacing between columns. Default value is |
ReportSectionPage sectionPage = new ReportSectionPage();
sectionPage.ColumnSpacing = "0.5in";