Save report parameters without values to SQL Server

Hi I would like to know how to use the report without the values only the parameters I already tried this solutions 

           var report = JSON.parse(args.report);

            report.dataSourceSettings.dataSource = [];

            args.report = JSON.stringify(report);

But is saving the values to the Json file 

Regards, 



1 Reply

MM Manikandan Murugesan Syncfusion Team September 13, 2021 06:15 PM UTC

Hi Edgar, 
 
We have checked the reported problem and we are unable to reproduce it at our end. Please refer to the following sample. 
 
   
If still the problem exists, kindly reproduce the problem in the above provided sample and revert to us (or) send your sample that replicating the problem. This would be helpful for us to investigate the reported problem at our end and provide the solution at the earliest. 
 
Regards, 
Manikandan 


Loader.
Up arrow icon