TOC : Script API > JavaScript > JavaScript API > Component > ReportTemplate >

 

Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > ReportTemplate >

 

Method

 

 

Name

Description

GetBindingOrderList

Gets the report binding order list.

GetComponentByName

Gets the component of the given name.

GetCurrentPage

Gets the current page object.

GetDataSetAVG

Gets the average from the given field.

GetDataSetCNT

Gets the number of dataset rows.

GetDataSetFREQ

Gets the occurrence count of the given value from the given field.

GetDataSetMAX

Gets the maximum value from the given field.

GetDataSetMIN

Gets the minimum value from the given field.

GetDataSetRowCount

Gets the number of total rows of the given data set.

GetDataSetSorting

Gets the sort order set by SetDataSetSorting function.

GetDataSetSUM

Gets the sum from the given field.

GetDataSetValue

Gets the data value of the given field.

GetDisplayName

Gets the display name.

GetGlobal

Gets the global variables.

GetIndex

Gets the current report index (zero-based index).

GetMeasureUnit

Gets the measure unit.

GetOZResourceCountry

Gets the country code applied to the resource language of the report.

GetOZResourceLanguage

Gets the language code applied to the resource language of the report.

GetPageByIndex

Gets the page object at the specified index.

GetPageCount

Gets the page count of all reports displayed in the viewer.

GetPageCountInReportTemplate

Gets the page count of current reports.

GetReportType

Gets the report type.

GetTitle

Gets the title.

GetUserValue

Gets the user defined value.

IsAntialiasing

Indicates whether antialiasing is set.

IsDataSetLastRow

Indicates whether the current row cursor is on the last of a dataset.

IsDataSetValueNull

Indicates whether the field value is null.

IsMainScreen

Indicates whether the environment in which the viewer is running is the main screen.

SetAntialiasing

Sets antialiasing.

SetBindingOrderList

Sets the binding order of reports added to the report template.

SetDataSetSorting

Sort the local data of a viewer.

SetDisplayName

Sets the display name.

SetGlobal

Sets the global variables.

SetReportOption

Sets value of the OZ viewer parameters.

SetTitle

Sets title of the report template.

SetUserValue

Assigns a user defined value to the user value.

TriggerLinkCommand

Executes OZLinkCommand function.

 

 

Report template function can be called without "ReportTemplate".

For example, SetGlobal("Title", "OZ Report");