Print Button On Report Viewer
-
Hello Experts, I m using report viewer in my asp.net application All Data on report is displayed. Thus I want the Print Button to be Enabled on my report viewer.I have set the property of ShowPrintButton to True.But It dosen't appear on report I want to print report on client side only... M using RDLC Report.. Please Help.. Thanks in Adv. :(
Sharing Of Knowledge Provides Solution....
-
Hello Experts, I m using report viewer in my asp.net application All Data on report is displayed. Thus I want the Print Button to be Enabled on my report viewer.I have set the property of ShowPrintButton to True.But It dosen't appear on report I want to print report on client side only... M using RDLC Report.. Please Help.. Thanks in Adv. :(
Sharing Of Knowledge Provides Solution....
-
looks like you are running in local mode, e.g., local reports. You have to be running remote reports for the reportviewer's print button to work. as mentioned in the below link, http://forums.asp.net/thread/1490236.aspx[^]
Jinal Desai
Thanks Jinal I was running local report..I tried remote reports, the print button is visible....
Sharing Of Knowledge Provides Solution....