Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
How to add toolbar at the bottom of the report while using crystal report viewer control in asp.net?

Thanks,
Sampath
Posted

Use the property DisplayToolBar
ASP.NET
<cr:crystalreportviewer id="rptviewer" runat="server" displaytoolbar="true" xmlns:cr="#unknown" />

Explore CrystalReportViewer[^] for more

AFAIK you can't place the toolbar at bottom(Not sure about the new crystal report versions).

For your information
Customizing the Appearance of the Viewer[^]
 
Share this answer
 
You can't change the position of toolbar in crystalreportviewer.It is fixed.You can only change the visibility of toolbar.
 
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