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.