Codeunit wDCR_SupportFileAnalysis¶
Provides functions to run reports from a Document Creator Support File.
Properties¶
Name | Value |
---|---|
Access | Public |
Methods¶
wgFncRunSupportFileOnServer(Text, InStream, Enum::wDCR_OutputFileType, Code[10])¶
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(Text, InStream, Enum::wDCR_OutputFileType, Code[10], Integer)¶
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(Text, InStream, Enum::wDCR_OutputFileType, Code[10], OutStream@)¶
Obsolete
Parameter pSupportFileName is unused, please use the new procedure without this parameter. 2.54.0.0
Runs the report contained in a support file and saves the resulting file to a stream.
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. |
OutStream |
vOutStreamOutputDoc |
The OutStream to which the file is saved. |
wgFncRunSupportFileOnServer(InStream, Enum::wDCR_OutputFileType, Code[10], OutStream@)¶
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(Text, InStream, Enum::wDCR_OutputFileType, Code[10], Integer, OutStream@)¶
Obsolete
Parameter pSupportFileName is unused, please use the new procedure without this parameter. 2.54.0.0
Runs the report contained in a support file and saves the resulting file to a stream.
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 locale ID of the dataset. |
OutStream |
vOutStreamOutputDoc |
The OutStream to which the file is saved. |
wgFncRunSupportFileOnServer(InStream, Enum::wDCR_OutputFileType, Code[10], Integer, OutStream@)¶
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. |