Mini Kabibi Habibi
<local:ReportModuleBase x:Class="ReportWpfDemo.MultiColumn"
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:MultiColumnViewModel/>
</local:ReportModuleBase.DataContext>
<dxdb:DemoModuleControl>
<dxp:DocumentPreview Model="{Binding Path=ReportPreviewModel}"/>
</dxdb:DemoModuleControl>
</local:ReportModuleBase>