Propriedade do RDL RowCollection
Gets the data rows.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .DataRowCollection
A DataRowCollection object.
Consulte também