Compare commits
2 Commits
b4d92cf533
...
bcfb72c806
| Author | SHA1 | Date | |
|---|---|---|---|
| bcfb72c806 | |||
| 0a17ce80fb |
@@ -118,7 +118,7 @@ Public Class tsXtraReport
|
|||||||
If Fecha Is Nothing Then Fecha = Now
|
If Fecha Is Nothing Then Fecha = Now
|
||||||
Dim xr As New XtraReport
|
Dim xr As New XtraReport
|
||||||
xr.LoadLayoutFromXml(New MemoryStream(Plantilla), True)
|
xr.LoadLayoutFromXml(New MemoryStream(Plantilla), True)
|
||||||
ImprimeInforme(xr, ImpresoraPredeterminada, Copias, Fecha, Datos)
|
ImprimeInforme(xr, ImpresoraPredeterminada, Copias, Datos, Fecha)
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
DXMessageBox.Show(ex.Message, "Atención", MessageBoxButton.OK, MessageBoxImage.Error)
|
DXMessageBox.Show(ex.Message, "Atención", MessageBoxButton.OK, MessageBoxImage.Error)
|
||||||
End Try
|
End Try
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<dxg:TableView x:Class="tsTableView" CustomRowAppearance="TableView_CustomRowAppearance"
|
<dxg:TableView x:Class="tsTableView" CustomRowAppearance="TableView_CustomRowAppearance" AllowMergedGrouping="True"
|
||||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||||
|
|||||||
@@ -15,11 +15,13 @@
|
|||||||
<RootNamespace>tsWPFCore</RootNamespace>
|
<RootNamespace>tsWPFCore</RootNamespace>
|
||||||
<PackageId>tsWPFCore</PackageId>
|
<PackageId>tsWPFCore</PackageId>
|
||||||
<PackageTags>net8.0-windows, libreria</PackageTags>
|
<PackageTags>net8.0-windows, libreria</PackageTags>
|
||||||
<Version>1.3.4</Version>
|
<Version>1.3.6</Version>
|
||||||
<Authors>Manuel</Authors>
|
<Authors>Manuel</Authors>
|
||||||
<Company>Tecnosis S.A</Company>
|
<Company>Tecnosis S.A</Company>
|
||||||
<Description>Utilidades para aplicaciones WPF Entity Framework compatibles con EF Core 8.</Description>
|
<Description>Utilidades para aplicaciones WPF Entity Framework compatibles con EF Core 8.</Description>
|
||||||
<PackageReleaseNotes>
|
<PackageReleaseNotes>
|
||||||
|
- 2025-07-29 V1.3.6 Se habilita la propiedad AllowMergedGrouping="True" en tsTableView
|
||||||
|
- 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.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.3 Correccion rutina impresión informes
|
||||||
- 2025-07-06 V1.3.2 Nueva rutina impresión de informes
|
- 2025-07-06 V1.3.2 Nueva rutina impresión de informes
|
||||||
|
|||||||
Reference in New Issue
Block a user