Propriedade do RDL TablixRows

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property TablixRows As IList(Of TablixRow)
    Get
    Set
'Uso
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>)

Valor da propriedade

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