Freigeben über


TablixBody.TablixColumns Eigenschaft

Definition

Die Liste der Spalten im Tablix-Textabschnitt.

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

Eigenschaftswert

Ein IList<T>-Objekt.

Attribute

Gilt für: