Partilhar via


Propriedade do RDL BandLayoutOptions.RowCount

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 (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System.Int32
Returns Int32.

Consulte também

Referência

BandLayoutOptions Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering