ReportViewer

P

Phil Barber

Does anybody know why the Print button on the report viewer toolbar (VS2005)
only shows for remote reports and not Local?
Is there a way to get a print function(button) on the toolbar for local
reports?
if not what is required to get the remote reports setup and working?
thanks
Phil B
 
G

Guest

Hi,

I am also facing the same problem with Reportviewer in Asp.Net 2.0. I have
set the 'ShowPrintButton' property of Reportviewer to 'True'. Still there is
no print button.

I request all, especially Microsoft MVP's to suggest a solution. Thanks in
advance.

Just for printing something (for a demo), I have added a LinkButton for
printing and used the following code to print the page.

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs)
Handles Me.Load
LinkButton1.Attributes("onClick") = "javascript:window.print();"
End Sub

Expecting your valuable help...

Rgds,
Hari
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top