[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportSectionPage.ColumnSpacing

ColumnSpacing Property

ColumnSpacing

Gets or sets the amount of white space between each column in the section page.

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

A Length value indicating the spacing between columns. Default value is 0.5in.

Examples
ReportSectionPage sectionPage = new ReportSectionPage();
sectionPage.ColumnSpacing = "0.5in";