Share via


TablixBody.TablixRows Propiedad

Definición

Lista de filas de la sección de cuerpo del Tablix.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::TablixRow ^> ^ TablixRows { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::TablixRow ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::TablixRow ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.TablixRow>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.TablixRow> TablixRows { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.TablixRow>))>]
member this.TablixRows : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.TablixRow> with get, set
Public Property TablixRows As IList(Of TablixRow)

Valor de propiedad

Objeto IList<T>.

Atributos

Se aplica a