Hi,
I made a few repots which have parameters, but sometimes, I need to show the reports with the parameter hiding these by code. I've just found the following sentence:
$("#viewer").ejReportViewer({
toolbarSettings:{
items: ej.ReportViewer.ToolbarItems.All &
~ej.ReportViewer.ToolbarItems.Parameters
}
});
It makes that the whole toolbar and parameters disappear, however, I'd like to hide only the parameter so the costumers could click on the buttom parameters when they need to redender the report again without having to leave the report.
I'd be very grateful with you if you could help me.
Thank you very much
Regards,
Daniel Pujante