ReportBox

Inheritance Hierarchy

          IWebComponent

          IWebControl

          IWebReportBox

          WebReportBox

Description

The ReportBox component is used to display and work with repository regular reports.

Comments

The component has different properties available in the design mode and in the web form execution mode.

The component has the onCellChange event that is generated on changing a cell value. The event does not provide information about the changed cell and is used to interact with other web form components. To get information about the changed cell, use the event handler of regular report and corresponding method of the ReportEvents class.

Example

See also:

Creating a Web Form and Components Layout