
Hi,
i need to change the report design and add a couple of fields to the taxreporttmp_it temporary table.
The design is choosed inside the controller class, so i assume i have to make a copy of it as well.
Which elements would you copy in order to keep the standard safe enough?
I counted these elements by now:
-taxreport_it ssrs report
-taxreporttmp_it table
classes:
-taxreport_it
-taxreportcontract_it
-taxreportcontroller_it
-taxreport_dp
-taxreportservice_it
Anyone got experience in copy of this kind of ssrs reports?
thank you in advance
regards
*This post is locked for comments
I have the same question (0)Hi,
Being a standard report, and some updates may appear, i would suggest not to modify the tmp table, but to create an additional tmp table with your required fields and just join the two tables in the new report.
So, my suggestion would be: Duplicate the class, the report and the table and make the modifications you need on those duplicates.
Regards