How can I tell what Service Pack I using for Crystal Reports for Visual Studio?
In Visual Studio, it shows it as version 13.2000.0 when I look at the Extensions tab in References for the web site.
I have created a new web site, added a button, added the CR Viewer, add the .RPT file, and added the following code to the Button click:
CrystalReportViewer1.ReportSource = "~/Formulas.rpt"
I can see the report when I click on the button.
But I need to be able to filter the data using a dataset.