ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / BandLayoutOptions Class / ColumnCount Property

In This Topic
    ColumnCount Property (BandLayoutOptions)
    In This Topic
    Gets or sets the number of columns that should be displayed on each band sheet when the tablix is rendered.
    Syntax
    'Declaration
     
    Public Property ColumnCount As Integer
    public int ColumnCount {get; set;}
    See Also