TablixBody.TablixColumns Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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