IDmReport.Caption

Fore Syntax

Caption: String;

Fore.NET Syntax

Caption: string;

Description

The Caption property returns report title.

Comments

To generate source containing report data, use the IDmReport.Generate method.

Fore and Fore.NET Examples

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

See also:

IDmReport