ReportView.Source

Syntax

Source: PP.Prx.Report

Description

The Source property sets a source for the ReportBox component: a regular report model implemented by the Report class.

Comments

Property value can be set from JSON or using the setSource method. It is returned with the getSource method.

Example

The example of property use is given on the Example of the ReportBox Component Layout page.

See also:

ReportView