Partager via


Propriété TablixCorner.RowCollection

Gets the rows of the tablix corner.

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

Syntaxe

'Déclaration
Public ReadOnly Property RowCollection As TablixCornerRowCollection 
    Get
'Utilisation
Dim instance As TablixCorner 
Dim value As TablixCornerRowCollection 

value = instance.RowCollection
public TablixCornerRowCollection RowCollection { get; }
public:
property TablixCornerRowCollection^ RowCollection {
    TablixCornerRowCollection^ get ();
}
member RowCollection : TablixCornerRowCollection
function get RowCollection () : TablixCornerRowCollection

Valeur de propriété

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

Voir aussi

Référence

TablixCorner Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering