BandLayoutOptions.RowCount Property

Gets the number of rows that should be displayed on each band sheet when the tablix is rendered.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property RowCount As Integer 
    Get
'Usage
Dim instance As BandLayoutOptions 
Dim value As Integer 

value = instance.RowCount
public int RowCount { get; }
public:
property int RowCount {
    int get ();
}
member RowCount : int
function get RowCount () : int

Property Value

Type: System.Int32
Returns Int32.

See Also

Reference

BandLayoutOptions Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace