I've dug around and still found nothing to help with this. When I try to run a changed report, I get the following error. I've done the following code:
class CSTWSHWavePrintMgmtDocType
{
[SubscribesTo(classStr(PrintMgmtDocType), delegateStr(PrintMgmtDocType, getDefaultReportFormatDelegate))]
public static void PrintMgmtDocType_getDefaultReportFormatDelegate(PrintMgmtDocumentType _docType, EventHandlerResult _result)
{
if(PrintMgmtDocumentType::WHSPickListShippingWave==_docType)
_result.result(ssrsReportStr(CSTWHSPickListShipping,Report));
}
}
When I go into print management for Warehouse, it goes into this code.
What am I doing wrong or steps missed?