Proprietà CustomData.RowCollection
Gets the data rows.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property RowCollection As DataRowCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.DataRowCollection
A DataRowCollection object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering