ActiveReports
This commit is contained in:
@@ -46,7 +46,7 @@ Public Class subRptLaufzettelZollDE_Vorpapier
|
|||||||
picBarcodeMRN.Location = New PointF(picBarcodeMRN.Location.X - 0.5, picBarcodeMRN.Location.Y)
|
picBarcodeMRN.Location = New PointF(picBarcodeMRN.Location.X - 0.5, picBarcodeMRN.Location.Y)
|
||||||
|
|
||||||
ATAMRN = "(" & ATAMRN & ")"
|
ATAMRN = "(" & ATAMRN & ")"
|
||||||
txtATAMRN.Font = New Font(txtATAMRN.Font.FontFamily, 10, FontStyle.Regular) ' kleiner schreiben
|
txtATAMRN.Font = New Document.Drawing.Font("Microsoft Sans Serif", 10, GrapeCity.ActiveReports.Document.Drawing.FontStyle.Regular) ' kleiner schreiben
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
|
|||||||
@@ -2432,7 +2432,7 @@ Public Class FormularManagerNEU
|
|||||||
rpt.Run(False)
|
rpt.Run(False)
|
||||||
|
|
||||||
rpt.Document.Printer.PrinterName = printername
|
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.OriginAtMargins = False
|
||||||
|
|
||||||
rpt.Document.Print((printername = ""), False)
|
rpt.Document.Print((printername = ""), False)
|
||||||
@@ -2486,7 +2486,7 @@ Public Class FormularManagerNEU
|
|||||||
|
|
||||||
rptMRNDruck.Run(False)
|
rptMRNDruck.Run(False)
|
||||||
|
|
||||||
rptMRNDruck.Document.PrintOptions.Margin = New GrapeCity.ActiveReports.Extensibility.Printing.Margin(0, 0, 0, 0)
|
rptMRNDruck.Document.PrintOptions.Margin = New GrapeCity.ActiveReports.Printing.Margin(0, 0, 0, 0)
|
||||||
rptMRNDruck.Document.Printer.OriginAtMargins = False
|
rptMRNDruck.Document.Printer.OriginAtMargins = False
|
||||||
rptMRNDruck.Document.Print(True, False)
|
rptMRNDruck.Document.Print(True, False)
|
||||||
rptMRNDruck.Dispose()
|
rptMRNDruck.Dispose()
|
||||||
@@ -2901,7 +2901,7 @@ Public Class FormularManagerNEU
|
|||||||
rpt.Run(False)
|
rpt.Run(False)
|
||||||
|
|
||||||
rpt.Document.Printer.PrinterName = printername
|
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.OriginAtMargins = False
|
||||||
|
|
||||||
rpt.Document.Print((printername = ""), False)
|
rpt.Document.Print((printername = ""), False)
|
||||||
@@ -3195,7 +3195,7 @@ Public Class FormularManagerNEU
|
|||||||
rpt.Run(False)
|
rpt.Run(False)
|
||||||
|
|
||||||
rpt.Document.Printer.PrinterName = printername
|
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.OriginAtMargins = False
|
||||||
|
|
||||||
rpt.Document.Print((printername = ""), False)
|
rpt.Document.Print((printername = ""), False)
|
||||||
@@ -3517,7 +3517,7 @@ Public Class FormularManagerNEU
|
|||||||
rpt.Run(False)
|
rpt.Run(False)
|
||||||
|
|
||||||
rpt.Document.Printer.PrinterName = printername
|
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.OriginAtMargins = False
|
||||||
|
|
||||||
rpt.Document.Print((printername = ""), False)
|
rpt.Document.Print((printername = ""), False)
|
||||||
|
|||||||
@@ -1,2 +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, GrapeCity.ActiveReports.Viewer.Win, Version=15.2.3.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff
|
GrapeCity.ActiveReports.Viewer.Win.Viewer, MESCIUS.ActiveReports.Viewer.Win
|
||||||
109
SDL/SDL.vbproj
109
SDL/SDL.vbproj
@@ -124,6 +124,9 @@
|
|||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>F:\PROGRAMMIERUNG\dll\OpenXML\DocumentFormat.OpenXml.dll</HintPath>
|
<HintPath>F:\PROGRAMMIERUNG\dll\OpenXML\DocumentFormat.OpenXml.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DS.Documents.Imaging">
|
||||||
|
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\DS.Documents.Imaging.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="ExcelNumberFormat, Version=1.0.10.0, Culture=neutral, PublicKeyToken=23c6f5d73be07eca, processorArchitecture=MSIL">
|
<Reference Include="ExcelNumberFormat, Version=1.0.10.0, Culture=neutral, PublicKeyToken=23c6f5d73be07eca, processorArchitecture=MSIL">
|
||||||
<HintPath>..\..\..\AVISO\Aviso\packages\ExcelNumberFormat.1.0.10\lib\net20\ExcelNumberFormat.dll</HintPath>
|
<HintPath>..\..\..\AVISO\Aviso\packages\ExcelNumberFormat.1.0.10\lib\net20\ExcelNumberFormat.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
@@ -134,45 +137,6 @@
|
|||||||
<Reference Include="Gma.QrCodeNet.Encoding">
|
<Reference Include="Gma.QrCodeNet.Encoding">
|
||||||
<HintPath>..\..\..\..\RKSV DE\Gma.QrCodeNet.Encoding.dll</HintPath>
|
<HintPath>..\..\..\..\RKSV DE\Gma.QrCodeNet.Encoding.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="GrapeCity.ActiveReports">
|
|
||||||
<HintPath>C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="GrapeCity.ActiveReports.Chart">
|
|
||||||
<HintPath>C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.Chart.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="GrapeCity.ActiveReports.Core.Document">
|
|
||||||
<HintPath>C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.Core.Document.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="GrapeCity.ActiveReports.Design.Win">
|
|
||||||
<HintPath>C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.Design.Win.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="GrapeCity.ActiveReports.Document">
|
|
||||||
<HintPath>C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.Document.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="GrapeCity.ActiveReports.Export.Excel">
|
|
||||||
<HintPath>C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.Export.Excel.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="GrapeCity.ActiveReports.Export.Image">
|
|
||||||
<HintPath>C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.Export.Image.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="GrapeCity.ActiveReports.Export.Pdf">
|
|
||||||
<HintPath>C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.Export.Pdf.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="GrapeCity.ActiveReports.Export.Word">
|
|
||||||
<HintPath>C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.Export.Word.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="GrapeCity.ActiveReports.Export.Xml">
|
|
||||||
<HintPath>C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.Export.Xml.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="GrapeCity.ActiveReports.Viewer.Common">
|
|
||||||
<HintPath>C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.Viewer.Common.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="GrapeCity.ActiveReports.Viewer.Win">
|
|
||||||
<HintPath>C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.ActiveReports.Viewer.Win.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="GrapeCity.Documents.Common">
|
|
||||||
<HintPath>C:\Program Files (x86)\GrapeCity\ActiveReports 15\Tools\GrapeCity.Documents.Common.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="IKVM.AWT.WinForms, Version=8.0.5449.1, Culture=neutral, PublicKeyToken=13235d27fcbfff58, processorArchitecture=MSIL">
|
<Reference Include="IKVM.AWT.WinForms, Version=8.0.5449.1, Culture=neutral, PublicKeyToken=13235d27fcbfff58, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\IKVM.8.0.5449.1\lib\IKVM.AWT.WinForms.dll</HintPath>
|
<HintPath>..\packages\IKVM.8.0.5449.1\lib\IKVM.AWT.WinForms.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
@@ -267,6 +231,73 @@
|
|||||||
<HintPath>..\..\..\AVISO\Aviso\packages\LiveCharts.0.6.7.0\lib\net40\LiveCharts.dll</HintPath>
|
<HintPath>..\..\..\AVISO\Aviso\packages\LiveCharts.0.6.7.0\lib\net40\LiveCharts.dll</HintPath>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="MESCIUS.ActiveReports">
|
||||||
|
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="MESCIUS.ActiveReports.Chart">
|
||||||
|
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Chart.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="MESCIUS.ActiveReports.Core.DataProviders">
|
||||||
|
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.DataProviders.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="MESCIUS.ActiveReports.Core.DataProviders.Excel">
|
||||||
|
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.DataProviders.Excel.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="MESCIUS.ActiveReports.Core.Document">
|
||||||
|
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Document.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="MESCIUS.ActiveReports.Core.Document.Drawing.Gc">
|
||||||
|
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Document.Drawing.Gc.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="MESCIUS.ActiveReports.Core.Document.Drawing.Gdi">
|
||||||
|
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Document.Drawing.Gdi.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="MESCIUS.ActiveReports.Core.Drawing.Gc">
|
||||||
|
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Drawing.Gc.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="MESCIUS.ActiveReports.Core.Drawing.Gdi">
|
||||||
|
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Drawing.Gdi.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="MESCIUS.ActiveReports.Core.Export.Excel.Page">
|
||||||
|
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Export.Excel.Page.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="MESCIUS.ActiveReports.Core.Export.Image.Page">
|
||||||
|
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Export.Image.Page.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="MESCIUS.ActiveReports.Core.Rdl">
|
||||||
|
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Rdl.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="MESCIUS.ActiveReports.Core.Rendering, Version=3.9.0.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff, processorArchitecture=MSIL">
|
||||||
|
<SpecificVersion>False</SpecificVersion>
|
||||||
|
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Rendering.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="MESCIUS.ActiveReports.Core.Scripting">
|
||||||
|
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Core.Scripting.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="MESCIUS.ActiveReports.Design.Win">
|
||||||
|
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Design.Win.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="MESCIUS.ActiveReports.Export.Excel">
|
||||||
|
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Export.Excel.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="MESCIUS.ActiveReports.Export.Pdf">
|
||||||
|
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Export.Pdf.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="MESCIUS.ActiveReports.Export.Word">
|
||||||
|
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Export.Word.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="MESCIUS.ActiveReports.Viewer.Common">
|
||||||
|
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Viewer.Common.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="MESCIUS.ActiveReports.Viewer.Win">
|
||||||
|
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Viewer.Win.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="MESCIUS.ActiveReports.Win">
|
||||||
|
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.ActiveReports.Win.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="MESCIUS.Data.ExpressionInfo">
|
||||||
|
<HintPath>F:\PROGRAMMIERUNG\dll\ActiveReports18\MESCIUS.Data.ExpressionInfo.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="Microsoft.CSharp" />
|
||||||
<Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
|
<Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
|
|||||||
Reference in New Issue
Block a user