This is a migrated thread and some comments may be shown as answers.

RenderCompleted Event in Windows ReportViewer

1 Answer 70 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Eastern
Top achievements
Rank 1
Eastern asked on 21 Oct 2010, 06:12 PM
hi all,

i am using telerik reporting Q2 2010 , and i want to print a report directly without showing it.
what i thought to do is show the report in a reportviewer and when the render become complete, i call the PrintReport() method.

but there is no event on windows reportviewer that i can use for Rendercompleted !

how can i do it ?

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 22 Oct 2010, 04:57 PM
Hi Eastern,

You do not need a report viewer at all when you are printing programmatically. Simply invoke the ReportProcessor.PrintReport() method which accepts two parameters  - the report to print and any PrinterSettings you would like to use. Check the following articles for more info:


Regards,
Steve
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Eastern
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or