gpt4 book ai didi

visual-studio-2010 - VS.NET 2010 中是否弃用了 SQL Reporting Services 报表参数?

转载 作者:行者123 更新时间:2023-12-03 13:44:00 26 4
gpt4 key购买 nike

我们在 ASP.NET Web 应用程序中使用 Reporting Services。 (我们有一个 *.rdlc,它会呈现给我们页面中的 ReportViewer Web 控件)。我们的 ASPX 页面在代码中连接了一些报告参数:

var parameters = new List<ReportParameter>();
parameters.Add(new ReportParameter("StoreAddress", InvoiceStoreAddress));
parameters.Add(new ReportParameter("LogoURL", InvoiceLogoURL));
parameters.Add(new ReportParameter("StoreName", InvoiceStoreName));
ReportViewer1.LocalReport.SetParameters(parameters);

这些只是传递给报表的一般参数,而不是将其连接到数据源。

最近我们升级到了VS.NET 2010。我们把*.rdlc升级到了最新版本,也升级了ASP.NET使用的ReportViewer控件。一切都像以前一样工作。

但是,我现在想向我的 *.rdlc 添加一个新的报告参数。我通常右键单击左上角,然后单击“报告参数”来添加它。使用新的 VS.NET,我在任何地方都找不到此选项 - 它甚至不在报告属性中。

它去了哪里?他们是否弃用此功能?我现在应该如何传递一些通用参数?

最佳答案

“查看->报告数据”菜单打开一个包含报告参数的工具窗口。

关于visual-studio-2010 - VS.NET 2010 中是否弃用了 SQL Reporting Services 报表参数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2883875/

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