Hello,
I have a ASPX.VB web form with a CrystalReportViewer on it and when I execute this code below it errors "Load Report Failed". This same code works just fine on a VB windows form application. Why does it not work in ASPX? The report does exist and is in the solution explorer.
Imports CrystalDecisions.CrystalReports.Engine
______________________________________________
Dim tbCurrent As CrystalDecisions.CrystalReports.Engine.Table
Dim tliCurrent As CrystalDecisions.Shared.TableLogOnInfo
Dim rptExpensiveProducts As New ReportDocument
rptExpensiveProducts.Load("..\CrystalReport1.rpt")
Thanks,
FoxT
I have a ASPX.VB web form with a CrystalReportViewer on it and when I execute this code below it errors "Load Report Failed". This same code works just fine on a VB windows form application. Why does it not work in ASPX? The report does exist and is in the solution explorer.
Imports CrystalDecisions.CrystalReports.Engine
______________________________________________
Dim tbCurrent As CrystalDecisions.CrystalReports.Engine.Table
Dim tliCurrent As CrystalDecisions.Shared.TableLogOnInfo
Dim rptExpensiveProducts As New ReportDocument
rptExpensiveProducts.Load("..\CrystalReport1.rpt")
Thanks,
FoxT