Click here to Skip to main content
15,888,202 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi Everyone,

SQL
I'm trying to print rdlc report using a dot matrix printer. The report contains a table that columns having colors. Is it possible to print a report inside report
viewer without the colors from dot matrix printer? I tried by the following code, but it was unsuccessful. Can anyone help me for this problem.

{
rpt_summary.PrintDialog();
rpt_summary.LocalReport.ReleaseSandboxAppDomain();
}


in here rpt_summary is the report viewer.
Posted

1 solution

I think your best approach will be to create an exclusive report targeting the dot-matrix printer and maybe by not using RDLC format but sending raw commands right to the printer by using this code http://support.microsoft.com/kb/322091[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900