From 79c72a07bf450769e0b6bc364fffbf0c097a05f7 Mon Sep 17 00:00:00 2001 From: Andreas Luxbauer Date: Fri, 27 Sep 2024 15:20:25 +0200 Subject: [PATCH] ActiveReports --- Aviso/Aviso.vbproj | 93 +++++++++++++++++++--------- Aviso/Classes/cSendungsoptions.vb | 2 +- Aviso/My Project/licenses.licx | 3 +- Gemeinsames/Gemeinsames.vbproj | 89 +++++++++++++++++++++----- Gemeinsames/My Project/licenses.licx | 2 + Gemeinsames/rptSendungen.Designer.vb | 2 +- 6 files changed, 144 insertions(+), 47 deletions(-) create mode 100644 Gemeinsames/My Project/licenses.licx diff --git a/Aviso/Aviso.vbproj b/Aviso/Aviso.vbproj index 2027c83..5483f84 100644 --- a/Aviso/Aviso.vbproj +++ b/Aviso/Aviso.vbproj @@ -150,42 +150,15 @@ ..\packages\DocumentFormat.OpenXml.2.7.2\lib\net46\DocumentFormat.OpenXml.dll + + F:\PROGRAMMIERUNG\dll\ActiveReports18\DS.Documents.Imaging.dll + ..\packages\EAGetMail.5.3.5\lib\net461\EAGetMail.dll ..\Gemeinsames\bin\Debug\Gemeinsames.dll - - C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.dll - - - C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.Chart.dll - - - C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.Core.Document.dll - - - C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.Design.Win.dll - - - C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.Document.dll - - - C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.Export.Excel.dll - - - C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.Export.Pdf.dll - - - C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.Export.Word.dll - - - C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.Viewer.Common.dll - - - C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.Viewer.Win.dll - ..\packages\itext7.7.1.11\lib\net40\itext.barcodes.dll @@ -221,6 +194,66 @@ False ..\..\..\dll\itextsharp.pdfa.dll + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.dll + + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Chart.dll + + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.DataProviders.dll + + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.DataProviders.Excel.dll + + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Document.dll + + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Document.Drawing.Gc.dll + + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Document.Drawing.Gdi.dll + + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Drawing.Gc.dll + + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Drawing.Gdi.dll + + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Rdl.dll + + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Rendering.dll + + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Scripting.dll + + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Design.Win.dll + + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Export.Excel.dll + + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Export.Pdf.dll + + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Export.Word.dll + + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Viewer.Common.dll + + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Viewer.Win.dll + + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Win.dll + + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.Data.ExpressionInfo.dll + ..\..\..\dll\ASP.NET\Microsoft.AspNetCore.Authentication.dll diff --git a/Aviso/Classes/cSendungsoptions.vb b/Aviso/Classes/cSendungsoptions.vb index 28ec3eb..ac07703 100644 --- a/Aviso/Classes/cSendungsoptions.vb +++ b/Aviso/Classes/cSendungsoptions.vb @@ -644,7 +644,7 @@ Public Class SendungOptions rpt.Run(False) ' If Printername = "" Then rpt.Dispose() : Exit Sub rpt.Document.Printer.PrinterName = Printername - rpt.Document.PrintOptions.Margin = New GrapeCity.ActiveReports.Extensibility.Printing.Margin(0, 0, 0, 0) + rpt.Document.PrintOptions.Margin = New GrapeCity.ActiveReports.Printing.Margin(0, 0, 0, 0) rpt.Document.Printer.OriginAtMargins = False 'rpt.Document.Printer.PrinterSettings.PrintRange = Printing.PrintRange.Selection 'rpt.Document.Printer.PrinterSettings.PrintRange = Printing.PrintRange.CurrentPage diff --git a/Aviso/My Project/licenses.licx b/Aviso/My Project/licenses.licx index 7483222..8c5f570 100644 --- a/Aviso/My Project/licenses.licx +++ b/Aviso/My Project/licenses.licx @@ -1 +1,2 @@ -GrapeCity.ActiveReports.SectionReport, GrapeCity.ActiveReports, Version=15.2.3.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff +GrapeCity.ActiveReports.SectionReport, MESCIUS.ActiveReports +GrapeCity.ActiveReports.Viewer.Win.Viewer, MESCIUS.ActiveReports.Viewer.Win \ No newline at end of file diff --git a/Gemeinsames/Gemeinsames.vbproj b/Gemeinsames/Gemeinsames.vbproj index 311835b..048428a 100644 --- a/Gemeinsames/Gemeinsames.vbproj +++ b/Gemeinsames/Gemeinsames.vbproj @@ -96,26 +96,86 @@ - - ..\..\..\..\..\..\..\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.dll + + C:\Program Files (x86)\MESCIUS\ActiveReports 18\Tools\zh-CN\ActiveReports.Imports.resources.dll - - ..\..\..\..\..\..\..\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.Core.Document.dll + + C:\Program Files (x86)\MESCIUS\ActiveReports 18\Tools\zh-CN\ActiveReports.Imports.Win.resources.dll - - C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.Document.dll + + F:\PROGRAMMIERUNG\dll\ActiveReports18\DS.Documents.Imaging.dll - - C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.Export.Excel.dll + + False + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.dll - - C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.Export.Pdf.dll + + False + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Chart.dll - - C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.Export.Rdf.dll + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.DataProviders.dll - - C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.Viewer.Win.dll + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.DataProviders.Excel.dll + + + False + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Document.dll + + + False + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Document.Drawing.Gc.dll + + + False + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Document.Drawing.Gdi.dll + + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Drawing.Gc.dll + + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Drawing.Gdi.dll + + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Rdl.dll + + + False + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Rendering.dll + + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Scripting.dll + + + False + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Design.Win.dll + + + False + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Export.Excel.dll + + + False + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Export.Pdf.dll + + + False + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Export.Word.dll + + + False + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Viewer.Common.dll + + + False + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Viewer.Win.dll + + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Win.dll + + + F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.Data.ExpressionInfo.dll @@ -214,6 +274,7 @@ frmGrayOut.vb + VbMyResourcesResXFileCodeGenerator Resources.Designer.vb diff --git a/Gemeinsames/My Project/licenses.licx b/Gemeinsames/My Project/licenses.licx new file mode 100644 index 0000000..8c5f570 --- /dev/null +++ b/Gemeinsames/My Project/licenses.licx @@ -0,0 +1,2 @@ +GrapeCity.ActiveReports.SectionReport, MESCIUS.ActiveReports +GrapeCity.ActiveReports.Viewer.Win.Viewer, MESCIUS.ActiveReports.Viewer.Win \ No newline at end of file diff --git a/Gemeinsames/rptSendungen.Designer.vb b/Gemeinsames/rptSendungen.Designer.vb index b409f66..00552b6 100644 --- a/Gemeinsames/rptSendungen.Designer.vb +++ b/Gemeinsames/rptSendungen.Designer.vb @@ -1733,7 +1733,7 @@ Partial Public Class rptSendungen Me.PageSettings.Margins.Top = 0! Me.PageSettings.Orientation = GrapeCity.ActiveReports.Document.Section.PageOrientation.Portrait Me.PageSettings.PaperHeight = 11.69291! - Me.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4 + Me.PageSettings.PaperKind = GrapeCity.ActiveReports.Printing.PaperKind.A4 Me.PageSettings.PaperWidth = 8.267716! Me.PrintWidth = 8.132299! Me.Sections.Add(Me.Detail)