Propriété RowCollection
Gets the rows of the tablix body.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property RowCollection As TablixRowCollection
Get
'Utilisation
Dim instance As TablixBody
Dim value As TablixRowCollection
value = instance.RowCollection
public TablixRowCollection RowCollection { get; }
public:
property TablixRowCollection^ RowCollection {
TablixRowCollection^ get ();
}
member RowCollection : TablixRowCollection
function get RowCollection () : TablixRowCollection
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .TablixRowCollection
A TablixRowCollection object.
Voir aussi