Share via


DataCellCollection.RowCount Property

Returns the number of rows in the data cell array.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property RowCount As Integer 
    Get
'Usage
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

Property Value

Type: System.Int32
An integer containing the number of rows in the data cell array.

See Also

Reference

DataCellCollection Class

Microsoft.ReportingServices.ReportRendering Namespace