Skip to main content

Report View

Properties | Events | Methods

A control displays structured data, typically in a sortable and filterable table format.


Properties

For more information on Properties in this section, see the General-Properties.


Events

Applicable events are OnClick, OnChange, OnSelected, OnLostFocus, OnFocus, OnLoad, OnAfterLoad and OnRowClick


Methods

SetReportCtrlProperty

process This method allows customization of report column display by setting property values.

Default Variant

Return Type

N/A

Syntax

SetReportCtrlProperty("<<Control ID>>","<<Column name>>", "<<Property>>", "<<Value>>");

Example:
SetReportCtrlProperty("1","trade","hide","false");

Parameters

Control ID string : The unique control ID

Column Name string: The name of the column

Property string: Property of the column


SetReportToolbarProperty

process Users can set the property values using this method to display the process link.

Default Variant

Return Type

N/A

Syntax

SetReportToolbarProperty("<<Index No>>", "<<Property>>", "<<Value>>");

Example:
SetReportToolbarProperty(0, "hide", true);

Parameters

Index No Number : Index No of the process link.

Property string: Property of the Control.

Value string: The value that is set for the mentioned property before.