18 lines
796 B
XML
18 lines
796 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"
|
|
xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors"
|
|
|
|
xmlns:local="clr-namespace:tsWPFCore"
|
|
mc:Ignorable="d"
|
|
d:DesignHeight="1000" d:DesignWidth="1000">
|
|
<Grid >
|
|
<dxp:DocumentPreview x:Name="Visualizador" x:FieldModifier="public" />
|
|
</Grid>
|
|
|
|
|
|
</UserControl>
|