Namespace for PackingSlipPrintDataSet in E10

If this helps anyone I know in E9 this worked:

Epicor.Mfg.Rpt.PackingSlipPrintDataSet rptDSPackSlipPrint = PackSlipPrint.GetNewParameters();


It does not work obviously because the references have changed, but I have tried like Erp.BO, and so on. Any ideas would be greatly appreciated.


Thansk.

Does anyone know what using or namespace I need to create the object PackingSlipPrintDataSet?


I have this: PackingSlipPrintDataSet psds= psp.GetNewParameters();


but get the error:


 Error: CS0246 - line 72 (175) - The type or namespace name 'PackingSlipPrintDataSet' could not be found (are you missing a using directive or an assembly reference?)


I am using E10, so if anyone know this I would appreciate the help.


Thanks.