Export
ExportSet-object contain information about settings for data exporting to more files formats. Each of these formats supports unique features, so different types of files there are different sets of settings.
Full description of the options can be found in the documentation here https://www.stimulsoft.com/en/documentation/online/programming-manual/index.html?engine_exports.htm
Any ExportSet-object contain fields 'Ident' and 'PageRange'.
Ident describes the format in which you want to export data. Values for this field listed in the table below. ExportSet Idents:
Identifier |
Description |
PDF-file |
|
XPS-file |
|
MS PowerPoint presentation file |
|
HTML-file |
|
Text file |
|
RichText file format (RTF) |
|
MS Word document file |
|
OpenDocument-file for Writer |
|
MS Excel document file |
|
OpenDocument-file for Calc |
|
One of multiple data format |
|
One of multiple image format |
PageRange describes the pages of the report, which need to be processed. There are three possible values: All pages, Current page and selected pages or range of pages (see the table below). ExportSet PageRange:
All |
Current Page |
Selected Pages (e.g. 1, 3, 5-7) |
"PageRange": {}, |
"PageRange": { "RangeType": 2 }, |
"PageRange": { "RangeType": 3, "PageRanges": "1,3,5-7" }, |