2025-07-06 V1.3.5 Correccion rutina impresión informes
This commit is contained in:
@@ -118,7 +118,7 @@ Public Class tsXtraReport
|
||||
If Fecha Is Nothing Then Fecha = Now
|
||||
Dim xr As New XtraReport
|
||||
xr.LoadLayoutFromXml(New MemoryStream(Plantilla), True)
|
||||
ImprimeInforme(xr, ImpresoraPredeterminada, Copias, Fecha, Datos)
|
||||
ImprimeInforme(xr, ImpresoraPredeterminada, Copias, Datos, Fecha)
|
||||
Catch ex As Exception
|
||||
DXMessageBox.Show(ex.Message, "Atención", MessageBoxButton.OK, MessageBoxImage.Error)
|
||||
End Try
|
||||
|
||||
@@ -15,11 +15,12 @@
|
||||
<RootNamespace>tsWPFCore</RootNamespace>
|
||||
<PackageId>tsWPFCore</PackageId>
|
||||
<PackageTags>net8.0-windows, libreria</PackageTags>
|
||||
<Version>1.3.4</Version>
|
||||
<Version>1.3.5</Version>
|
||||
<Authors>Manuel</Authors>
|
||||
<Company>Tecnosis S.A</Company>
|
||||
<Description>Utilidades para aplicaciones WPF Entity Framework compatibles con EF Core 8.</Description>
|
||||
<PackageReleaseNotes>
|
||||
- 2025-07-06 V1.3.5 Correccion rutina impresión informes
|
||||
- 2025-07-06 V1.3.4 Correccion rutina impresión informes y nueva sobrecarga
|
||||
- 2025-07-06 V1.3.3 Correccion rutina impresión informes
|
||||
- 2025-07-06 V1.3.2 Nueva rutina impresión de informes
|
||||
|
||||
Reference in New Issue
Block a user