please i have exception in line 4 when Session.GetPrintSetup(" ", " ") excuted
1 Dim rpt As AccpacCOMAPI.AccpacReport
2 rpt = Session.ReportSelect("OEQUOT01[OEQUOT01.RPT]", " ", " ")
3 Dim rptPrintSetup As AccpacCOMAPI.AccpacPrintSetup
4 rptPrintSetup = Session.GetPrintSetup(" ", " ")
5 rptPrintSetup.DeviceName = "HP LaserJet P3010 Series UPD PS"
6 rptPrintSetup.OutputName = "WSD-ad0e8bc6-396c-4e50-84c7-fab17beaf18a.006a"
please find the attached picture
1 Dim rpt As AccpacCOMAPI.AccpacReport
2 rpt = Session.ReportSelect("OEQUOT01[OEQUOT01.RPT]", " ", " ")
3 Dim rptPrintSetup As AccpacCOMAPI.AccpacPrintSetup
4 rptPrintSetup = Session.GetPrintSetup(" ", " ")
5 rptPrintSetup.DeviceName = "HP LaserJet P3010 Series UPD PS"
6 rptPrintSetup.OutputName = "WSD-ad0e8bc6-396c-4e50-84c7-fab17beaf18a.006a"
please find the attached picture