How To…Use ReportModuleVolume Events

Question

“I am registering form based reports with my report server. How can I use ReportModuleVolume event-handlers to control processing on the server?”

Solution

This example defines a TmyReportModuleVolumeController class that manages the ReportModuleVolume.

The ReportModuleVolume is created implicitly by the report catalog when report forms are registered.The ReportModuleVolumeController reads the report volume instance from the catalog and then assigns event-handlers used to control custom processing on the server.

Download: ReportModuleVolumEventHandlers.zip

Sample Delphi code: