Właściwość TablixBody.TablixRows
Lista wierszy w sekcji body tablix.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property TablixRows As IList(Of TablixRow)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: System.Collections.Generic.IList<TablixRow>
IList<T> Obiektu.