Yes, I'd like to see this added as a per report option. Some are OK to download via Excel/csv, but we've had a case in the past where a user downloaded report data, changed it and then said it came from us. :( So there are certain reports we'd like to prevent that from happening on.
Also maybe consider separating the search box from the export functionality. (Or at least have a way to turn one or the other off)
I removed the Excel and csv options so that defaults.php shows:
'export' => array(
'export_choises' => array('PDF'),
'colwidth' => 6,
'pdf' => array(
'font' => 'Arial',
'font_size' => 9,
'font_width' => 8.5, // Arial 10 default width. Increase this if your PDF output produces columns too narrow
'image_scale' => 101.1,
'logo' => 'apppic_small.jpg', // in user/images
'logo_width' => 40
)
I don't think this is quite right, because now I'm getting and error in all my report headers: Notice: Undefined index: excel in C:\inetpub\wwwroot\reporting\interface\reportheader.php on line 36
and in the search box: Notice: Undefined index: excel in C:\inetpub\wwwroot\reporting\apps\showReport.php on line 3264