Propriedade do RDL ColumnCount
Returns the number of columns in the data cell array.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property ColumnCount As Integer
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Int32
An integer containing the number of columns in the data cell array.
Consulte também