<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > ReportTemplate >Method |
Name |
Description |
Gets the report binding order list. |
|
Gets the component of the given name. |
|
Gets the current page object. |
|
Gets the average from the given field. |
|
Gets the number of dataset rows. |
|
Gets the occurrence count of the given value from the given field. |
|
Gets the maximum value from the given field. |
|
Gets the minimum value from the given field. |
|
Gets the number of total rows of the given data set. |
|
Gets the sort order set by SetDataSetSorting function. |
|
Gets the sum from the given field. |
|
Gets the data value of the given field. |
|
Gets the display name. |
|
Gets the global variables. |
|
Gets the current report index (zero-based index). |
|
Gets the measure unit. |
|
Gets the country code applied to the resource language of the report. |
|
Gets the language code applied to the resource language of the report. |
|
Gets the page object at the specified index. |
|
Gets the page count of all reports displayed in the viewer. |
|
Gets the page count of current reports. |
|
Gets the report type. |
|
Gets the title. |
|
Gets the user defined value. |
|
Indicates whether antialiasing is set. |
|
Indicates whether the current row cursor is on the last of a dataset. |
|
Indicates whether the field value is null. |
|
Indicates whether the environment in which the viewer is running is the main screen. |
|
Sets antialiasing. |
|
Sets the binding order of reports added to the report template. |
|
Sort the local data of a viewer. |
|
Sets the display name. |
|
Sets the global variables. |
|
Sets value of the OZ viewer parameters. |
|
Sets title of the report template. |
|
Assigns a user defined value to the user value. |
|
Executes OZLinkCommand function. |
Report template function can be called without "ReportTemplate". For example, SetGlobal("Title", "OZ Report"); |