Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
The list of rows in the body section of the tablix.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Collections.Generic.IList<TablixRow>
An IList<T> object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel