IMobilePublishReport.OneFileMode

Fore Syntax

OneFileMode: Boolean;

Fore.NET Syntax

OneFileMode: boolean;

Description

The OneFileMode property determines whether all report sheets should be published into one file.

Comments

Available values:

To create a list of published sheets, use the IMobilePublishReport.SetPublishSheet method.

Fore and Fore.NET Examples

The property use is given in the example for IMobilePublishReport.BulkSelectionSet.

See also:

IMobilePublishReport