method OnGetRibbonInfo(Output pDisplay As %Boolean, Output pViewIcons As %List, Output pSortOptions As %List, Output pSearchBox As %Boolean, Output pRibbonTitle As %String, Output pCommands As %List)
as %Status
Get information to display in the ribbon bar.
method adjustSizes()
[ Language = javascript ]
Adjust sizes of components on the page.
method debugReport()
[ Language = javascript ]
Generate logs for debugging.
method generateNVPString(pName, pValue)
[ Language = javascript ]
method getModelServer()
[ Language = javascript ]
method getPreviewEngine()
[ Language = javascript ]
method getSchemaServer()
[ Language = javascript ]
method intializeReportForm()
[ Language = javascript ]
Extract the data needed to build a form to allow the user to enter
query parameter values prior to running a report
method onPopupAction(popupName, action, value)
[ Language = javascript ]
Returning from file select dialog and setting the value into the Filename field
method onlayoutHandler(load)
[ Language = javascript ]
Adjust sizes of components on the page.
method onloadHandler()
[ Language = javascript ]
This client event, if present, is fired when the page is loaded.
method onunloadHandler()
[ Language = javascript ]
Check if user really wants to exit if they have not saved changes
method openReport()
[ Language = javascript ]
Invoke dialog to open a report.
method runReport()
[ Language = javascript ]
Show a preview.
method setRibbonTitle(str)
[ Language = javascript ]
method showFileSelectionWindow()
[ Language = javascript ]
Demonstration of launching a file selector window.
method updateControls()
[ Language = javascript ]
method updateQueryOptions(event, idx, ctrl)
[ Language = javascript ]