Prepares the object to run batch reports. Call processSetup() before calling this method. Do not call processData() or processComplete() after calling this method.After this setup batchNext() can be called repetitively for each batched report.
Syntax
Parameters
- dataProviders
- All of the datasources to process. key = the name of the datasource, value = the datasource.
- batchForEach
- The text of a forEach tag that is the batch query. The datasource for this tag must be in the dataProviders.
- batchParameters
- Parameters that may have ${var} parameters in the value part of the entry. This is returned in each iteration with the ${var} values substituted with the string value of that var.The key value is ignored by the engine.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also