Freigeben über


CustomData.RowCollection-Eigenschaft

Gets the data rows.

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

Syntax

'Declaration
Public ReadOnly Property RowCollection As DataRowCollection 
    Get
'Usage
Dim instance As CustomData 
Dim value As DataRowCollection 

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.DataRowCollection
A DataRowCollection object.

Siehe auch

Verweis

CustomData Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace