Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to disable 'Print' and 'Export' buttons on Crystal Reports?

I have Finished Designing my first Crystal Report using ASP.NET, I am Providing user my own way to Print and Export report, now i need to Hide or atleast disable the default Buttons provided in Crystal reports, Is it possible to do? how?

like image 478
love Computer science Avatar asked Jun 12 '11 11:06

love Computer science


1 Answers

Take a look at ReportViewer class properties ShowExportControls and ShowPrintButton. There're more properties to disable standard viewer UI controls.

like image 167
NetRat Avatar answered Sep 28 '22 03:09

NetRat