Click here to Skip to main content
15,894,740 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
crystalreportviewer does not show toolbar in asp.net
Posted
Comments
raju melveetilpurayil 31-Jul-10 11:20am    
when you get any problem in coding, just do a try with google.

1 solution

Try this:
C#
CrystalReportViewer1.DisplayToolbar = true;


If that doesn't help then, Please check the folder "aspnet_client->system_web->(asp.netversion)->CrystalReportWebFormViewer" in your application folder.
Refer:Similar Discussion 1[^]
Similar Discussion 2[^]
 
Share this answer
 
v2

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