job
This commit is contained in:
parent
411851b0f6
commit
a1062027c8
@ -9,11 +9,14 @@ Imports DevExpress.Pdf
|
|||||||
Imports System.Security.Cryptography
|
Imports System.Security.Cryptography
|
||||||
Imports DevExpress
|
Imports DevExpress
|
||||||
Imports System.IO
|
Imports System.IO
|
||||||
|
Imports System.Runtime.Remoting.Messaging
|
||||||
|
|
||||||
Namespace Jobs
|
Namespace Jobs
|
||||||
Public Class CertificateDocumentJob
|
Public Class CertificateDocumentJob
|
||||||
Implements IJob
|
Implements IJob
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Private LicenseManager As New LicenseManager()
|
Private LicenseManager As New LicenseManager()
|
||||||
Private GdViewer As GdViewer
|
Private GdViewer As GdViewer
|
||||||
|
|
||||||
@ -78,7 +81,7 @@ Namespace Jobs
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
GenerateFinalPDF(oEnvelopeData)
|
GenerateFinalPDF(oEnvelopeData)
|
||||||
Await GenerateReportPdf()
|
Await GenerateReportPdf(oId)
|
||||||
|
|
||||||
Next
|
Next
|
||||||
|
|
||||||
@ -155,7 +158,7 @@ Namespace Jobs
|
|||||||
Dim oCreator As New ReportCreator(oEnvelope)
|
Dim oCreator As New ReportCreator(oEnvelope)
|
||||||
Dim oBuffer = Await oCreator.CreateReport(oItems)
|
Dim oBuffer = Await oCreator.CreateReport(oItems)
|
||||||
|
|
||||||
Return
|
Return True
|
||||||
End Function
|
End Function
|
||||||
|
|
||||||
Private Function GetReportSource(pDataTable As DataTable) As List(Of ReportItem)
|
Private Function GetReportSource(pDataTable As DataTable) As List(Of ReportItem)
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
Imports DevExpress.Pdf
|
Imports System.Drawing
|
||||||
|
Imports DevExpress.Pdf
|
||||||
Imports DigitalData.Modules.Base
|
Imports DigitalData.Modules.Base
|
||||||
Imports DigitalData.Modules.Logging
|
Imports DigitalData.Modules.Logging
|
||||||
Imports GdPicture14
|
Imports GdPicture14
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user