The name of created object | Name of the object created in the Pma object tree.
The maximum name length is 30 characters. This is a system name, so it must contain only alphanumeric and must not contain any diacritics (i.e. national dependent characters), empty string, spaces and first character must not be a number. Default: "PmaReport" |
---|---|
Table report title | report header (default) Data in the table |
Column names source |
No column names (default) - This option displays only the data with no column names
The column names are entered separately - This option is suitable if we require own column names
The column names are included in a data array - This option is suitable if the first row of source data array contains the column names |
Enable as Web component | Specifies whether this object has to be registered as a Web server component
After the preconfiguration is created, the "PmaPanel > Web server > Enable as Web component" configurator will be set to this value. |
PmaWeb object | Path in the Pma object tree to the object PmaWeb, PmaWebFolder or PmaWebLang where the registration is carried out.
Macro expression can be used for input (it is evaluated after the application is launched). After the preconfiguration is created, the "PmaPanel > Web server > PmaWeb object" configurator will be set to this value. |
var oCreator = Pm.CreateView(null, "/PmaReport", "", "target:_blank;");
oCreator.Open();
var sReport = pMe.Pm("/PmaReport").SaveToString("");
Pm.PrintHtmlPage(sReport, "sourcetype:htmlstring;printer:select;");