Codeunit wDCR_PublishersOnPrem¶
Exposes additional event publishers next to the event publishers that are available from the public objects.
Properties¶
Name | Value |
---|---|
Access | Public |
Methods¶
wgEvpReportExecutionOnPrem_OnBeforeGetDatabaseName¶
Allows to hook into determining the database name (used in file names).
Parameters¶
Type | Name | Description |
---|---|---|
Text |
vDatabaseName |
The database name. |
Boolean |
vIsHandled |
Set to true if handled by your extension. |
wgEvpReportExecutionOnPrem_OnBeforeHandleDocumentCreatorLayoutReportPrint¶
Allows to hook into printing reports with a Document Creator report layout.
Parameters¶
Type | Name | Description |
---|---|---|
Record "Report Layout List" |
pRecReportLayoutList |
The report layout that is used. |
Integer |
pReportID |
The ID of the report object. |
InStream |
pInStrXmlData |
The InStream containing the XML DataSet contents. |
Text |
pPrinterName |
The name of the printer to use. |
Boolean |
vReportSentToPrinter |
Specifies whether the report was sent to the printer. |
Boolean |
vIsHandled |
Set to true if printing is handled by your extension. |