Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/Reporting/CS/ReportWpfDemo/Modules/
Upload File :
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/Reporting/CS/ReportWpfDemo/Modules/SideBySide.xaml

<local:ReportModuleBase x:Class="ReportWpfDemo.SideBySide"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:dxdb="http://schemas.devexpress.com/winfx/2008/xaml/demobase"    
    xmlns:dxb="http://schemas.devexpress.com/winfx/2008/xaml/bars"
    xmlns:dxp="http://schemas.devexpress.com/winfx/2008/xaml/printing"
    xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors"
    xmlns:sys="clr-namespace:System;assembly=mscorlib" 
	xmlns:local="clr-namespace:ReportWpfDemo"
    mc:Ignorable="d"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    d:DesignWidth="800" d:DesignHeight="400">
    <local:ReportModuleBase.DataContext>
        <local:SideBySideViewModel x:Name="reportModuleViewModel"/>
    </local:ReportModuleBase.DataContext>
    <dxdb:DemoModuleControl>
        <dxp:DocumentPreview Model="{Binding Path=ReportPreviewModel}"/>
    </dxdb:DemoModuleControl>
</local:ReportModuleBase>