Files
tsWPF/Informes/ucVisualizadorInformesa.xaml
2026-05-14 08:45:02 +02:00

15 lines
598 B
XML

<UserControl
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:dxp="http://schemas.devexpress.com/winfx/2008/xaml/printing" x:Class="ucVisualizadorInformesa"
mc:Ignorable="d" >
<Grid>
<dxp:DocumentPreview x:Name="Visualizador" x:FieldModifier="public" />
</Grid>
</UserControl>