【发布时间】:2017-09-07 14:42:12
【问题描述】:
我正在尝试更改 Crystalreportsviewer WPF 元素中左侧栏的位置,但我不知道如何操作。我希望侧边栏在顶部或底部...
<sap:CrystalReportsViewer
Name="crystalReportsViewer"
Width="auto"
Height="auto"
HorizontalAlignment="Center"
VerticalAlignment="Center"
ShowPrevPageButton="False"
ShowStatusbar="False"
ShowToolbar="False"
SourceUpdated="crystalReportsViewer_SourceUpdated"
TargetUpdated="crystalReportsViewer_TargetUpdated"
ToggleSidePanel="None" />
【问题讨论】:
-
让我们看看你的xaml? ;)
-
我将 xaml 代码添加到我的帖子中
标签: c# wpf xaml crystal-reports