| Methods in com.stimulsoft.webviewer with parameters of type StiJavascriptParameters |
static String |
StiWebViewer.emailReportResult(javax.servlet.http.HttpServletRequest httpContext,
StiJavascriptParameters jsParams)
Export the report action result by the client request and send it by Email. |
static StiReport |
StiWebViewer.getReportObject(javax.servlet.http.HttpServletRequest httpContext,
StiJavascriptParameters jsParams)
|
static StiReport |
StiWebViewer.getReportObject(javax.servlet.http.HttpServletRequest httpContext,
String paramsGuid,
StiJavascriptParameters jsParams)
Get the report template or report snapshot, sent by the client. |
static Object |
StiWebViewer.interactionResult(javax.servlet.http.HttpServletRequest httpContext,
StiReport report,
StiJavascriptParameters jsParams)
Get the requested interaction result of the specified report. |
static Object |
StiWebViewer.printReportResult(javax.servlet.http.HttpServletRequest httpContext,
StiJavascriptParameters jsParams)
Get the prepared report for printing. |
static void |
StiWebViewer.saveReportObject(javax.servlet.http.HttpServletRequest httpContext,
StiReport report,
boolean ignorjsParam,
StiJavascriptParameters jsParams)
|
static void |
StiWebViewer.saveReportObject(javax.servlet.http.HttpServletRequest httpContext,
StiReport report,
StiJavascriptParameters jsParams)
|
static Object |
StiWebViewer.viewerEventResult(javax.servlet.http.HttpServletRequest httpContext,
StiReport report,
boolean detectActionResult,
StiJavascriptParameters jsParams)
Get the requested report page of the specified report. |