Codeunit "Job Queue Start Report Base"
ID 9805
Namespace: System.Threading
Properties
Methods
RunReport
procedure RunReport(ReportID: Integer, var JobQueueEntry: Record "Job Queue Entry")
Parameters
Events
OnBeforeRunReport
[IntegrationEvent(False,False)]
local procedure OnBeforeRunReport(ReportID: Integer, var JobQueueEntry: Record "Job Queue Entry", var IsHandled: Boolean)
Parameters
OnBeforeRunReportInterface
[IntegrationEvent(False,False)]
local procedure OnBeforeRunReportInterface(ReportID: Integer, var JobQueueEntry: Record "Job Queue Entry")
Parameters
OnAfterRunReportInterface
[IntegrationEvent(False,False)]
local procedure OnAfterRunReportInterface(ReportID: Integer, var JobQueueEntry: Record "Job Queue Entry")
Parameters
See also