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
:
Events#
OnBeforePrintDocument(Integer, RecordRef, Enum KVSMEDOutputMode) :#
[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;