IDmReport.Generate

Fore Syntax

Generate: IDmReportDataSource;

Fore.NET Syntax

Generate(): Prognoz.Platform.Interop.Ms.IDmReportDataSource;

Description

The Generate method generates source containing report data.

Comments

To get report title, use the IDmReport.Caption property.

Fore and Fore.NET Examples

The method use is given in the example for IDmMethod.Execute.

See also:

IDmReport