Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The list of rows in the body section of the tablix.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property TablixRows As IList(Of TablixRow)
Get
Set
'Usage
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>)
Property Value
Type: System.Collections.Generic.IList<TablixRow>
An IList<T> object.