disable some buttons in the preview from asp.net
Hi,
Is there a way to disable some buttons in the preview report window, from asp.net?
Thanks,
Is there a way to disable some buttons in the preview report window, from asp.net?
Thanks,
Comments
ShowToolbar="False" ShowFirstButton="False" ShowPdfExport="False" ShowCsvExport="False" ShowExports="False" ShowLastButton="False" ShowNextButton="False" ShowOdsExport="False" ShowPageNumber="False" ... ...
so as i use next code