TRVDataSetItem.UseRecordCount

<< Click to display table of contents >>

TRVDataSetItem.UseRecordCount

Specifies whether the report generator can use RecordCount property of dataset.

property UseRecordCount: TRVReportRecordCountMode;

This property specifies whether the report generator can use DataSet.RecordCount to get the total number of records.

Value of this property is used for datasets that are created automatically by data providers.

If a dataset is created in OnCreateDataSet event,