So I am getting the below error.
Image may be NSFW.
Clik here to view.
I have verified the database in my report several times and reset the datasource location. The report run a preview just fine. So that seems to tell me that it has no problem connecting to the database and running the sql query.
I am loading and sending parameters to the report as follows...
parmPCname = Session("pcname")
parmReportDate = Session("productionDate")
reportPath = Server.MapPath("MakingDuration.rpt")
newMakingDuration.ReportDocument.Load(reportPath)
newMakingDuration.ReportDocument.SetDatabaseLogon(username, password, server, database)
newMakingDuration.ReportDocument.SetParameterValue("pcname", parmPCname)
I am using CR version 13 patch 10 in VS2013
Anyone have any ideas on the above error message?
thanks
doug