ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / BandLayoutOptions Class / RowCount Property

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

    Property Value

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