Share via


TablixBody.TablixRows Propriété

Définition

Liste de lignes dans la section de corps du tableau matriciel.

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)

Valeur de propriété

Objet IList<T>.

Attributs

S’applique à