wpf水晶报告查看器无缘无故地消失

时间:2013-05-02 10:55:23

标签: wpf vb.net crystal-reports

这个问题很容易解释,很难弄明白,至少我是这样,所以我有一个tabcontrol与3 tabitem,在其中一个tabitems我有一个wpf reportviewer加载一些数据的报告,当我更换标签,当我回到带有crystalreport的标签时,每个标签都没关系,crystalreport viewer不再存在了!我还有一个顶部的按钮来刷新报告,按钮仍然存在,但水晶报告控件不再存在!

我的xaml看起来像这样

<UserControl x:Class="uccvrFactuur"
             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:my="clr-namespace:SAPBusinessObjects.WPF.Viewer;assembly=SAPBusinessObjects.WPF.Viewer"
             mc:Ignorable="d" 
             d:DesignHeight="300" d:DesignWidth="300">
    <Grid>
        <Button Content="Report" Height="50" HorizontalAlignment="Right" Margin="5" Name="Button1" VerticalAlignment="Top" Width="50" />
        <my:CrystalReportsViewer Name="crvFactuur" Margin="0,60,0,0" />
    </Grid>
</UserControl>

我必须说我第一次点击该标签时控件就在那里,但是我更改了标签并返回到控件不再存在。

提前致谢

0 个答案:

没有答案