[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Body.ColumnSpacing

ColumnSpacing Property

ColumnSpacing

Gets or sets the spacing between columns in the report body.

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

A Length value indicating the column spacing. Default is 0.5 inches.

Examples
Body body = new Body();
body.ColumnSpacing = "0.75in";