ActiveReports 19 .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 a 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;}

    Property Value

    An System.Int32 value indicating the number of columns per band sheet.
    See Also