Compartilhar via


Propriedade do RDL TablixBody.RowCollection

Gets the rows of the tablix body.

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

Sintaxe

'Declaração
Public ReadOnly Property RowCollection As TablixRowCollection 
    Get
'Uso
Dim instance As TablixBody 
Dim value As TablixRowCollection 

value = instance.RowCollection
public TablixRowCollection RowCollection { get; }
public:
property TablixRowCollection^ RowCollection {
    TablixRowCollection^ get ();
}
member RowCollection : TablixRowCollection
function get RowCollection () : TablixRowCollection

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.TablixRowCollection
A TablixRowCollection object.

Consulte também

Referência

TablixBody Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering