Compartir a través de


BandLayoutOptions.RowCount Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property RowCount As Integer 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Int32
Returns Int32.

Vea también

Referencia

BandLayoutOptions Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering