I have embedded Telerik report designer in angular application. I want to clone the existing report and create new report programmatically. Can anyone provide pointer on how to achieve this? Closest I could find is this i.e. copy over all the report components one by one but I find it laborious and little risky if I miss anything while copying over.
Thanks!!