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

In This Topic
    RowCount Property (BandLayoutOptions)
    In This Topic
    Gets or sets the 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;}
    See Also