Table of Contents

VirtualDataTableState.Eof Method

This method returns if we have reached the last record in the table. The default implementation just sees if Position = RowCount. If RowCount is slow and you have a faster way to know if you are at the end, override this method.

Syntax

Namespace: FlexCel.Report

public virtual Boolean Eof()

See also