I have a report belonging to a vertical of an ISV. I am asked to add a new layout to this report. I created a new model to do this and that references the model to which the report belongs. But when I want to duplicate or extend the report it is not possible because the options are not enabled as seen below
The report is structured with a Controller, DP and Contract class as normally done and a Report class where data is instantiated and /Report_/ classes where certain data is modified.
Given this situation, I created a new report and in the DataSet I related them to the DP class of the original report. I would like to know how I can extend the controller class to specify the new design that I added. I should mention that the report is not configured through the report management option. These are the methods that the controller has. The controller class extends the SrsPrintMgmtController class, I have searched for related information but I cannot find an approach to this situation
Thanks for the help