clean up
This commit is contained in:
@@ -741,17 +741,12 @@ Public Class frmImportMain
|
||||
Return True
|
||||
End If
|
||||
|
||||
WebService.RaiseWebServiceProgress("Bericht erzeugen")
|
||||
|
||||
' Generate the report
|
||||
|
||||
' TODO: Call GetReportFilePath in GenerateReport to better control
|
||||
' when filename is generated and use it as placeholder
|
||||
WebService.RaiseWebServiceProgress("Bericht erzeugen")
|
||||
Dim oReportResult = ReportGenerator.GenerateReport(pDocument, CurrentTemplate)
|
||||
|
||||
WebService.RaiseWebServiceProgress("Bericht exportieren")
|
||||
|
||||
' Export it to pdf
|
||||
WebService.RaiseWebServiceProgress("Bericht exportieren")
|
||||
oReportResult.Report.ExportToPdf(oReportResult.FileName)
|
||||
|
||||
' Mark Document as Imported, will be moved on Form Close or File Reload
|
||||
|
||||
Reference in New Issue
Block a user