Partager via


Propriété TablixRows

The list of rows in the body section of the tablix.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property TablixRows As IList(Of TablixRow)
    Get
    Set
'Utilisation
Dim instance As TablixBody
Dim value As IList(Of TablixRow)

value = instance.TablixRows

instance.TablixRows = value
public IList<TablixRow> TablixRows { get; set; }
public:
property IList<TablixRow^>^ TablixRows {
    IList<TablixRow^>^ get ();
    void set (IList<TablixRow^>^ value);
}
member TablixRows : IList<TablixRow> with get, set
function get TablixRows () : IList<TablixRow>
function set TablixRows (value : IList<TablixRow>)

Valeur de propriété

Type : System.Collections.Generic. . :: . .IList< (Of < ( <'TablixRow> ) > ) >
An IList<(Of <(<'T>)>)> object.