Posted 11 March 2020, 7:02 am EST
I have some existing report templates which dataset objects is populated using code c#
report.Document.LocateDataSource += new LocateDataSourceEventHandler(Report_OnLocateDataSource);
Can I preview those template in the Web designer ? . If I can then How should I implement ? .