Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Returns the number of rows in the data cell array.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property RowCount As Integer
Get
'Uso
Dim instance As DataCellCollection
Dim value As Integer
value = instance.RowCount
public int RowCount { get; }
public:
property int RowCount {
int get ();
}
member RowCount : int
function get RowCount () : int
Valor de la propiedad
Tipo: System.Int32
An integer containing the number of rows in the data cell array.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering