KVSMEDPPBatchPrint#
Procedures#
Print(Integer, Variant, Boolean) :#
Summary: Calls the report as a single print to archive the single documents to the dms, provided the report ID is entered in the print portal
procedure Print(ReportID: Integer; var RecordVariantToPrint: Variant; ShowRequestPage: Boolean): 
Parameters:
- ReportID:
- RecordVariantToPrint:
- ShowRequestPage:
Events#
OnBeforePrintDocument(Integer, RecordRef, Enum KVSMEDOutputMode) :#
Summary: Event to be used to add additional functionality before the document is printed.
[IntegrationEvent(false, false)]
procedure OnBeforePrintDocument(reportID: Integer; recRef: RecordRef; outputMode: Enum "KVSMEDOutputMode"): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSMEDPPBatchPrint", 'OnBeforePrintDocument', '', false, false)]
local procedure DoSomethingOnBeforePrintDocument(reportID: Integer; recRef: RecordRef; outputMode: Enum "KVSMEDOutputMode")
begin
end;
Parameters:
- reportID:
- recRef:
- outputMode: