SSRS 2014 - 在Report.aspx中添加打印按钮

时间:2016-09-20 12:57:42

标签: asp.net reporting-services

我正在使用Reporting Services 2014(带有CU1的SQL 2014 SP2)。

我想应用一种解决方法,以便在Chrome或Firefox上显示报告页面时启用一种打印按钮。

我已经看到了一些SO问题(SQL Reporting Services - Print Button not shown in Mozilla),我知道SSRS没有正式支持打印按钮,如缩放按钮。

我已经看到了这些解决方法,我的问题是:我可以在Report.aspx页面上使用这些解决方案而不是ReportViewer.aspx吗? 在我放置代码的Report.aspx中?

这是Report.aspx页面的唯一代码:

<%@ Register TagPrefix="MSRS" Namespace="Microsoft.ReportingServices.UI" Assembly="ReportingServicesWebUserInterface" %>
<%@ Page language="c#" Codebehind="Report.aspx.cs" AutoEventWireup="false" Inherits="Microsoft.ReportingServices.UI.ReportWrapperPage" EnableEventValidation="false" %>

0 个答案:

没有答案