Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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