Search code examples
c#asp.netcrystal-reportscustomization

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?


Solution

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