Partager via


Propriété CustomData.RowCollection

Gets the data rows.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property RowCollection As DataRowCollection 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

CustomData Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering