Promotic

SaveToString - method of the PmaReport object

Description:
Saving the output report into a text string.
Syntax:
String SaveToString(String sParams)
Parameters:
sParams(String) It allows to set the value of the report parameters. These parameters are then accessible in the pEvent.Pars parameter of the onReportRequest event.
Each parameter consists of an identifier and a value.
Syntax: "pars:{name1:value1;name2:value2; ...}".
Static default values of the sViewPars parameters can be set in the "PmaReport > Report > sViewPars default value" configurator. In this case the static default setting of the object is combined with the entries provided dynamically. If the same information is present on both places, then the dynamical information provided at viewer opening is preferred by the system.
See also:
Example1:
JavaScriptVBScriptSelect and copy to clipboard

var oReport = pMe.Pm("/Report");
var sString = oReport.SaveToString("");
Example2:
See Example2 in the description of the PmaReport object.
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.