TablixBody.TablixRows Property

Definition

The list of rows in the body section of the 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)

Property Value

An IList<T> object.

Attributes

Applies to