ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Body Class / ColumnSpacing Property
Example

In This Topic
    ColumnSpacing Property (Body)
    In This Topic
    Gets or sets the spacing between columns in the report body.
    Syntax
    'Declaration
     
    Public Property ColumnSpacing As Length
    public Length ColumnSpacing {get; set;}

    Property Value

    A Length value indicating the column spacing. Default is 0.5 inches.
    Example
    Body body = new Body();
    body.ColumnSpacing = "0.75in";
    See Also