ReportView.getDataView

Syntax

getDataView ();

Description

The getDataView method returns a view of regular report data area.

Comments

The regular report data area view is implemented by the DataAreaView class.

Example

The example of method description is given in description of the ReportView.PropertyChanged event.

See also:

ReportView