I've created a new design in SalesInvoice report called DesignAlt. As this report is marked as static in the Report Options form, I've added and marked SalesInvoice.DesignAlt as a static report as well.
After implementing, I get a SalesInvoice.DesignAlt for each active language in SSRS.
Now I've modified SalesInvoiceController.preRunModifyContract() and added this line
this.parmReportName(ssrsReportStr(SalesInvoice, DesignAlt));
However, when I print the report, it prints the original design SalesInvoice.Report
Any ideas on how to solve this issue? I need to print SalesInvoice.DesignAlt in stead.
*This post is locked for comments