Codeunit 9651 Document Report Mgt. in 22
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 13
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| MergeWordLayout | (Integer, Option, InStream, Text, var OutStream) | public | Pending 20.0 | ||||
| This procedure will be replaced by the report event CustomDocumentMerger. Subscribe to it to override the merging behavior. | |||||||
| TryXmlMergeWordDocument | (var InStream, var InStream, var OutStream) | Boolean | public | Pending 20.0 | |||
| The rendering of Word documents will be handled on the Platform. To override the behavior, subscribe on the report event CustomDocumentMerger. | |||||||
| ValidateWordLayout | (Integer, InStream, Boolean, Boolean) | Boolean | public | - | |||
| TryUpdateWordLayout | (InStream, var OutStream, Text, Text) | Text | public | - | |||
| TryUpdateRdlcLayout | (Integer, InStream, OutStream, Text, Text, Boolean) | Text | public | - | |||
| NewWordLayout | (Integer, var OutStream) | public | - | ||||
| ConvertWordToPdf | (var Codeunit Temp Blob, Integer) | public | - | ||||
| ConvertWordToHtml | (var Codeunit Temp Blob) | public | - | ||||
| IsStreamHasDataset | (InStream) | Boolean | public | - | |||
| ApplyUpgradeToReports | (var DotNet ReportUpgradeCollection, Boolean) | Boolean | public | - | |||
| CalculateUpgradeChangeSet | (var DotNet ReportUpgradeCollection) | public | Pending 20.0 | ||||
| The upgrade will be handled by the platform. | |||||||
| BulkUpgrade | (Boolean) | public | - | ||||
| GetWordLayoutStream | (Integer, var OutStream, var Boolean) | public | Pending 20.0 | ||||
| This procedure will be eventually replaced by platform functionality. Subscribe to the event FetchReportLayoutByCode instead. | |||||||
Events, 8
| Kind | Name | Parameters | Obsolete | ||||
|---|---|---|---|---|---|---|---|
| Integration event | OnAfterConvertToPdf | (var Codeunit Temp Blob, Integer) | Pending 20.0 | ||||
| The rendering of Word documents will be handled on the Platform. To override the behavior, subscribe on the report event CustomDocumentMerger. | |||||||
| Integration event | OnAfterGetCustomLayoutCode | (Integer, var Code[20]) | Pending 20.0 | ||||
| The rendering of Word documents will be handled on the Platform. To override the behavior, subscribe on the report event CustomDocumentMerger. | |||||||
| Integration event | OnAfterMergeWordDocument | (Integer, InStream, var Codeunit Temp Blob) | Pending 20.0 | ||||
| The rendering of Word documents will be handled on the Platform. To override the behavior, subscribe on the report event CustomDocumentMerger. | |||||||
| Integration event | OnBeforeMergeDocument | (Integer, Option, var InStream, Text, OutStream, var Boolean, Boolean) | Pending 20.0 | ||||
| The rendering of Word documents will be handled on the Platform. To override the behavior, subscribe on the report event CustomDocumentMerger. | |||||||
| Integration event | OnBeforeMergeWordDocument | () | Pending 20.0 | ||||
| The rendering of Word documents will be handled on the Platform. To override the behavior, subscribe on the report event CustomDocumentMerger. | |||||||
| Integration event | OnBeforeCalculateUpgradeChangeSetSetCustomReportLayoutFilters | (var Record Custom Report Layout) | Pending 20.0 | ||||
| The rendering of Word documents will be handled on the Platform. To override the behavior, subscribe on the report event CustomDocumentMerger. | |||||||
| Integration event | OnMergeReportLayoutOnSuppressCommit | (Integer, var Boolean) | Pending 20.0 | ||||
| The rendering of Word documents will be handled on the Platform. To override the behavior, subscribe on the report event CustomDocumentMerger. | |||||||
| Integration event | OnAfterTryXmlMergeWordDocument | (var OutStream) | Pending 20.0 | ||||
| The rendering of Word documents will be handled on the Platform. To override the behavior, subscribe on the report event CustomDocumentMerger. | |||||||