CustomData.RowCollection Property
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.DataRowCollection
A DataRowCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace