BandLayoutOptions.ColumnCount Property
Gets the number of columns that should be displayed on each band sheet when the tablix is rendered.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ColumnCount As Integer
Get
'Usage
Dim instance As BandLayoutOptions
Dim value As Integer
value = instance.ColumnCount
public int ColumnCount { get; }
public:
property int ColumnCount {
int get ();
}
member ColumnCount : int
function get ColumnCount () : int
Property Value
Type: System.Int32
Returns Int32.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace