Hi! I'm trying to create a Crystal Report to use within a web application. I have the report created and have added a 'CrystalReportViewer' control to an aspx page.
All the tutorials I've found indicate the next step is "Click on the [...] next to the "Data Binding" Property and bring up the data binding pop-up window". I'm not seeing a "Data Binding" propert for the 'CrystalReportViewer' control. The only property I see even related to data binding is "AutoDataBind".
Could someone please provide some insight into this?
Thanks!!