Hi, I am new to Crystal Reports. I can not view my crystal report thru the browser. I see this message in a box where the report should be:
CrystalReportViewer - CrystalReportViewer1
User ReportSource or Databindings property to specify a report source.
I have created an .rpt file that is connected to one of my database tables (I used the Database Expert tool - OLE DB ADO connection). I added the CrystalReportViewer control to my form. In the properties for the CrystalReportViewer, I have added the DataBinding (Custom Binding Expression = to the path on my C: in double quotes) for the ReportSource. In the aspx.vb form, I have the following code:
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
CrystalReportViewer1.DataBind()
End Sub
Am I missing something? I explicitly followed the walkthru steps on an article I found. Any help would be greatly appreciated.
Thanks in advance
CrystalReportViewer - CrystalReportViewer1
User ReportSource or Databindings property to specify a report source.
I have created an .rpt file that is connected to one of my database tables (I used the Database Expert tool - OLE DB ADO connection). I added the CrystalReportViewer control to my form. In the properties for the CrystalReportViewer, I have added the DataBinding (Custom Binding Expression = to the path on my C: in double quotes) for the ReportSource. In the aspx.vb form, I have the following code:
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
CrystalReportViewer1.DataBind()
End Sub
Am I missing something? I explicitly followed the walkthru steps on an article I found. Any help would be greatly appreciated.
Thanks in advance