Table of Contents

VirtualDataTableState.RowCount Property

Returns the number of rows available on the dataset, for the current state. Note that this method can be called many times, so it should be fast. Use a cache if necessary. Do *not* use something like "return select count(*) from table" here, it would be too slow.

Syntax

Namespace: FlexCel.Report

public abstract Int32 RowCount { get; }

See also