【发布时间】:2020-10-23 08:53:25
【问题描述】:
将 Microsoft.ReportViewer 从 11 版本升级到 15 版本后,ReportViewer 控件不显示 Find Widget。如果 ShowExportControls 为 true,则会出现此问题。 ShowExportControls 和 ShowFindControls 都是 true。我该如何解决这个问题?
这是旧版本和新版本的屏幕截图。
旧:
新:
代码:
<%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" Namespace="Microsoft.Reporting.WebForms" TagPrefix="rsweb" %>
<rsweb:ReportViewer ID="ReportViewerControl" runat="server" ShowExportControls="true" ShowFindControls="true"/>
【问题讨论】:
-
请包含您用于嵌入式报表查看器控件的代码和选项。
标签: asp.net reporting-services webforms