Share via


TablixBody.TablixRows Propriedade

Definição

A lista de linhas na seção de corpo do tablix.

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)

Valor da propriedade

Um objeto IList<T>.

Atributos

Aplica-se a