WB_MaxRec - maximum number of records per page

Syntax
WB_MaxRec=numeric value

Syntax example
WB_MaxRec=30

Valid inputs
Any numeric value and WBSP constant $all$

Default value
20 for main report
$all$ for subreport

Description
In order to prevent overloading of user's browser WBSP engine breaks the report in pages. Use WB_MaxRec variable to define the number of the records to be displayed on each report page. Unlike previous versions (where maximum value for this field was limited to 100 records) since version 3.000 there is no limit to this value. There is, however, one special value - $all$ (WB_MaxRec=$all$). The value $all$ defines that WBSP engine will generate report that contains ALL records from selected recordset.