print a local rdlc report without showing
-
I am creating a windows application using vb .net 2005 (i don't mind c#) and sql server 2005. i want to print a local (embedded) rdlc report without showing it. is it possible? if not, then how do i print the report (displayed in reportiviewer) without showing print dialog. Thank you.
-
I am creating a windows application using vb .net 2005 (i don't mind c#) and sql server 2005. i want to print a local (embedded) rdlc report without showing it. is it possible? if not, then how do i print the report (displayed in reportiviewer) without showing print dialog. Thank you.
People usually frown upon cross posting y'know. Prepare ye'self.
My current favourite word is: PIE! I have changed my name to my regular internet alias. But don't let the 'Genius' part fool you, you don't know what 'SK' stands for. -
The Undefeated
-
I am creating a windows application using vb .net 2005 (i don't mind c#) and sql server 2005. i want to print a local (embedded) rdlc report without showing it. is it possible? if not, then how do i print the report (displayed in reportiviewer) without showing print dialog. Thank you.
This might help: http://blogs.msdn.com/bryanke/articles/71491.aspx[^]
#region signature my articles #endregion
-
This might help: http://blogs.msdn.com/bryanke/articles/71491.aspx[^]
#region signature my articles #endregion
Thank you Giorgi for the link, I checked out the link, but it uses Reporting Services. and I don't want to use Reporting Services. My application is actually a Point of Sale which prints the Transaction Bills (embedded report). Showing the report in the reportviewer and then showing the print dialog irritates the user alternately, is there any way to print the report to the default printer without showing print dialog. thank you once again.