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.
Returns the number of columns in the data cell array.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ColumnCount As Integer
Get
'Usage
Dim instance As DataCellCollection
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
An integer containing the number of columns in the data cell array.