Search Results for

    Show / Hide 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

    • VirtualDataTableState
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com