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?
I have Finished Designing my first Crystal Report using ASP.NET, I am Providing user
Share
Take a look at ReportViewer class properties
ShowExportControlsandShowPrintButton. There’re more properties to disable standard viewer UI controls.