Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The list of columns in the body section of the tablix.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property TablixColumns As IList(Of TablixColumn)
Get
Set
'Usage
Dim instance As TablixBody
Dim value As IList(Of TablixColumn)
value = instance.TablixColumns
instance.TablixColumns = value
public IList<TablixColumn> TablixColumns { get; set; }
public:
property IList<TablixColumn^>^ TablixColumns {
IList<TablixColumn^>^ get ();
void set (IList<TablixColumn^>^ value);
}
member TablixColumns : IList<TablixColumn> with get, set
function get TablixColumns () : IList<TablixColumn>
function set TablixColumns (value : IList<TablixColumn>)
Property Value
Type: System.Collections.Generic.IList<TablixColumn>
An IList<T> object.