How to add custom button in SSRS report viewer to download custom report?

293 Views Asked by At

I have report viewer which will load data from parameterized stored procedure. The result will be multiple column or single column also. I need to add custom button in report viewer to download the output as my own specific xml format.

I can't use inbuild xml export because it has its own tag appended before data.

Is there any way to achieve this? any help would be appreciated.

0

There are 0 best solutions below