Online Documentation for Advanced Data Export .NET

QExportHTML.MaxRecords


 

public int MaxRecords {get; set;}

 

Description

The MaxRecord property sets the maximum number of the source records placed into one HTML file. If it has a setting different from zero, then during the Execute method execution files FileName00.html, FileName01.html, ... , FileNameNN.html will be created, in each of them exactly MaxRecord of the source records will be placed (it is assumed that FileName is a setting of the FileName property). If MaxRexords = 0 (default), all the records will be exported to one HTML file.