Crystal Report Path
-
I am writing a crystal report webform. I ve droped my reportviewer control on teh form .I also have my .rpt file in the Reports subfolder of my project's root folder. I specify the report source as follows Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim oReport As New ReportDocument oReport.Load(".\Reports\ProjList.rpt") oViewer1.ReportSource = oReport oViewer1.DataBind() but it gives teh error The system cannot find the file specified. I changed the backslash to fron slash, also i used mappath() function no head way any help will be appreciated t.aransiola
-
I am writing a crystal report webform. I ve droped my reportviewer control on teh form .I also have my .rpt file in the Reports subfolder of my project's root folder. I specify the report source as follows Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim oReport As New ReportDocument oReport.Load(".\Reports\ProjList.rpt") oViewer1.ReportSource = oReport oViewer1.DataBind() but it gives teh error The system cannot find the file specified. I changed the backslash to fron slash, also i used mappath() function no head way any help will be appreciated t.aransiola