Groups | Blog | Home
all groups > sql server reporting services > january 2006 >

sql server reporting services : RS 2005


pbb
1/6/2006 12:33:01 PM
I need to be able to pass a dataset to a report and then have a Print Dialog
open on the client-side for the user to print the report. Is this possible
with RS 2005? I saw that you could pass a dataset to a report in local mode,
but I haven't seen how to pull up the Print Dialog and print the report
(except using the browser's inherent print functionality - which is not
pbb
1/6/2006 1:25:03 PM
Where do I put the "Me.ReportViewer1.PrintDialog()"? I don't see that method
in the reportviewer object.

[quoted text, click to view]
pbb
1/6/2006 1:29:02 PM
I probably need to specify that I'm using this in an ASP.NET application
(VB.NET).

[quoted text, click to view]
Bruce L-C [MVP]
1/6/2006 2:50:36 PM
Me.ReportViewer1.PrintDialog()

The user will have to take it from there.


--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

[quoted text, click to view]

Bruce L-C [MVP]
1/6/2006 3:53:30 PM
Sorry, my answer is for Winform. I don't know about the webform control.


--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

[quoted text, click to view]

AddThis Social Bookmark Button