OneFileMode: Boolean;
OneFileMode: boolean;
The OneFileMode property determines whether all report sheets should be published into one file.
Available values:
True. All sheets are published into one PDF file.
False. Default value. Each sheet is published into a single PDF file.
To create a list of published sheets, use the IMobilePublishReport.SetPublishSheet method.
The property use is given in the example for IMobilePublishReport.BulkSelectionSet.
See also: