TRVReportCustomDBDataProvider.UseRecordCount

<< Click to display table of contents >>

TRVReportCustomDBDataProvider.UseRecordCount

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

property UseRecordCount: TRVReportRecordCountMode;

This property specifies whether the report generator can use RecordCount properties of datasets.

This property is used for datasets created by data providers automatically.

This property is not used for TRVReportDBDataProvider.DataSets, it has UseRecordCount property in each item.

This property is used as an initial value of UseRecordCount parameter in OnCreateDataSet event.