TablixBody.TablixColumns Property

Definition

The list of columns in the body section of the tablix.

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

Property Value

An IList<T> object.

Attributes

Applies to