Udostępnij przez


Właściwość TablixBody.RowCollection

Pobiera wiersze organowi tablix.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property RowCollection As TablixRowCollection
    Get
'Użycie
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