6.3.1000.309
I right clicked on the SalesPackingSlipController class, override method -> output. I then put in the line:
this.ParmReportName(ssrsReportStr(SalesPackingSlip, NewReport));
I have placed it before and after the super();. I want to add I know in the above code there is no logic and there are probably better ways to just use a different design as a whole, but this is just to test this process in general. I will put the logic in once I can test / prove I can use a different design by code.