IPrxReportControls.Add

Syntax

Add(Sheet: IPrxSheet): IPrxControl;

Parameters

Sheet; Regular report sheet.

Description

The Add method adds a control of the regular report sheet.

Comments

The sheet to be controlled by the new control is passed using the Sheet parameter (if Null is global for the report).

Example

The method use is given in the example for IPrxControlAppearance.Report.

See also:

IPrxReportControls