I know we can print page without print dialog box from one of my question in below link

Print Grid which generated dynamically in wpf

but right now my problem is I want to print PDF file without print dialogbox, because from above link i print Grid not a PDF doc and i am creating PDF file from rdl file.

link|improve this question

feedback

1 Answer

In Silverlight 4 you cannot print anything without showing the Print dialog box. It is a security restriction that cannot be overridden.

link|improve this answer
So i have to open PDF and then user can print that manually, that way i have to do? – Viral Sarvaiya Feb 1 at 11:14
Yes, you have to open the PDF in browser or using Adobe Reader and then the user will print it manually. – iPDFdev Feb 1 at 12:29
i m creating PDF file dynamically from sqlserver reporting fle (.RDL) file and i think we have not response object in viewmodel, so can i open PDF from silverlight project directly? – Viral Sarvaiya Feb 1 at 13:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.