TablixRow.TablixCells Propriedade

Definição

A lista de células em uma linha da seção de detalhes do 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)

Valor da propriedade

Um objeto IList<T>.

Atributos

Aplica-se a