Codeunit wDCR_SupportFileAnalysis¶
Provides functions to run reports from a Document Creator Support File.
Properties¶
Name | Value |
---|---|
Access | Public |
Methods¶
wgFncRunSupportFileOnServer¶
Runs the report contained in a support file and saves the resulting file to a location specified through a file dialog.
Parameters¶
Type | Name | Description |
---|---|---|
Text |
pSupportFileName |
The file name of the support file. |
InStream |
pInStreamSupport |
The InStream containing the support file contents. |
Enum "wDCR_OutputFileType" |
pOutputFileType |
The output format of the report. |
Code[10] |
pExportProfileCode |
The export profile to use for the report. |
wgFncRunSupportFileOnServer¶
Runs the report contained in a support file and saves the resulting file to a location specified through a file dialog.
Parameters¶
Type | Name | Description |
---|---|---|
Text |
pSupportFileName |
The file name of the support file. |
InStream |
pInStreamSupport |
The InStream containing the support file contents. |
Enum "wDCR_OutputFileType" |
pOutputFileType |
The output format of the report. |
Code[10] |
pExportProfileCode |
The export profile to use for the report. |
Integer |
pDataLocaleID |
The ID that identifies the locale of the dataset. |
wgFncRunSupportFileOnServer¶
Runs the report contained in a support file and saves the resulting file to a stream.
Parameters¶
Type | Name | Description |
---|---|---|
InStream |
pInStreamSupport |
The InStream containing the support file contents. |
Enum "wDCR_OutputFileType" |
pOutputFileType |
The output format of the report. |
Code[10] |
pExportProfileCode |
The export profile to use for the report. |
OutStream |
vOutStreamOutputDoc |
The OutStream to which the file is saved. |
wgFncRunSupportFileOnServer¶
Runs the report contained in a support file and saves the resulting file to a stream.
Parameters¶
Type | Name | Description |
---|---|---|
InStream |
pInStreamSupport |
The InStream containing the support file contents. |
Enum "wDCR_OutputFileType" |
pOutputFileType |
The output format of the report. |
Code[10] |
pExportProfileCode |
The export profile to use for the report. |
Integer |
pDataLocaleID |
The locale ID of the dataset. |
OutStream |
vOutStreamOutputDoc |
The OutStream to which the file is saved. |