Share via


TablixRow.TablixCells Eigenschaft

Definition

Die Liste der Zellen in einer Zeile im Tablix-Detailabschnitt.

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

Eigenschaftswert

Ein IList<T>-Objekt.

Attribute

Gilt für: