Compartir a través de


CustomData.RowCollection Propiedad

Gets the data rows.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property RowCollection As DataRowCollection 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

CustomData Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering