Report
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
Imports DevExpress.XtraPrinting
|
||||
|
||||
Public Class ReportCreator
|
||||
Public Shared Async Function CreateReport(pReportItems As List(Of ReportItem)) As Task(Of Byte())
|
||||
Dim oSource As New ReportSource With {.Items = pReportItems}
|
||||
Public Shared Async Function CreateReport(pEnvelope As Envelope, pReportItems As List(Of ReportItem)) As Task(Of Byte())
|
||||
Dim oSource As New ReportSource With {.Items = pReportItems, .Envelope = pEnvelope}
|
||||
Dim oReport As New rptEnvelopeHistory() With {.DataSource = oSource, .DataMember = "Items"}
|
||||
|
||||
Await oReport.CreateDocumentAsync()
|
||||
|
||||
Reference in New Issue
Block a user