ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Page Class / ColumnSpacing Property

In This Topic
    ColumnSpacing Property (Page)
    In This Topic
    Gets or sets the spacing between each column in multi-column renderings. Default: 0.5 in.
    Syntax
    'Declaration
     
    Public Property ColumnSpacing As ReportSize
    public ReportSize ColumnSpacing {get; set;}
    See Also