Have Chart displayed but want tables when printing

  • I don't know if this is possible but I thought I would ask.

    I have create a chart Report/dashboard. When it runs it displays the data in a bar chart. What I would like is when the user prints this Report/Dashboard the print out will not have the bars on it but look like an ordinary report with tables on it.

    Is this possible? If so please let me know how.

    Thanks

  • Not sure I understand. Do you mean you don't want the chart to print, but still be visible on the screen?

    Looks like this article should give you at least a starting point:

  • In Reporting Services, when you preview the report, the report itself is already completely processed. So when we export/print the report after preview, it's not possible to make anything "dynamic" because the view of the report is done. For your requirement, the best work around is add a parameter in your report, then control the visibility of chart and table based on the parameter selection.

    Please refer to:

    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/d67280f3-451e-4ce0-a735-98a13a5b42f6/hide-table-based-on-report-parameters?forum=sqlreportingservices

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply