reportgedöns
This commit is contained in:
@@ -34,9 +34,8 @@ Public Class frmReportViewer
|
||||
EnvelopeModel = New EnvelopeModel(oState)
|
||||
Dim oEnvelope = EnvelopeModel.GetById(oEnvelopeId)
|
||||
|
||||
|
||||
|
||||
Dim oBuffer = Await ReportCreator.CreateReport(oEnvelope, oItems)
|
||||
Dim oCreator As New ReportCreator(oEnvelope)
|
||||
Dim oBuffer = Await oCreator.CreateReport(oItems)
|
||||
|
||||
Using oStream As New IO.MemoryStream(oBuffer)
|
||||
PdfViewer1.LoadDocument(oStream)
|
||||
|
||||
Reference in New Issue
Block a user