Proprietà TablixBody.TablixRows
The list of rows in the body section of the tablix.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property TablixRows As IList(Of TablixRow)
Get
Set
'Utilizzo
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>)
Valore proprietà
Tipo: System.Collections.Generic.IList<TablixRow>
An IList<T> object.