gpt4 book ai didi

wpf - 在使用 MVVM 的 WPF 应用程序中使用 SSRS 报告查看器的最佳方法是什么

转载 作者:行者123 更新时间:2023-12-04 08:01:06 25 4
gpt4 key购买 nike

我有一个使用 MVVM 的 WPF 应用程序。我有一些用户控件,它们在 Windows 窗体主机控件中托管的 ReportViewer 控件中显示一些 SSRS 报告。

用户控件有一个简单的组合框,用户可以在其中选择一个条件,因此将加载满足此条件的报告,从数据库中获取其数据,然后将报告显示给用户。

使用 MVVM 在 WPF 中实现此类场景的最佳方法是什么?任何 sample 都非常感谢

最佳答案

this answer

他正在创建 WindowsFormsHostReportViewer在 View 模型中

WindowsFormsHost windowsFormsHost = new WindowsFormsHost();
reportViewer = new ReportViewer();
windowsFormsHost.Child = reportViewer;
this.Viewer = windowsFormsHost

然后使用 ContentPresenter 来显示它
<ContentPresenter Content="{Binding Viewer}" />

关于wpf - 在使用 MVVM 的 WPF 应用程序中使用 SSRS 报告查看器的最佳方法是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1183118/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com