abstract class %ZEN.Report.reportLauncher
extends %CSP.Page
parameter HOST = "localhost";
parameter PORT = 57772;
parameter REPORTCLASS;
parameter URL = "csp/samples";
classmethod OnPage()
as %Status
Event handler for PAGE event: this is invoked in order to
generate the content of a csp page.