TablixRow.TablixCells Proprietà

Definizione

Elenco delle celle di una riga della sezione dettagli della Tablix.

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)

Valore della proprietà

Oggetto IList<T>.

Attributi

Si applica a