I am trying to evaluate the Teleric report control for purchase/use in a C#, VS 2005, ASP.NET 2.0 web app we have deployed with a large customer. The main reason to switch from the current MSFT report control is that one client is getting an error which we think is probably related to their firewall, but we cannot solve it. We want to see whether either Teleric or Crystal Reports will work.
For testing, I want to use the existing project (not create a separate class project as advised in the tutorials) and:
- Create a new report
- Use an existing data set for the data source (our data sets are in the app_data folder.
- Drop the report into an aspx containing the Teleric report control
It does now much matter what the report does at this point, I just want to generate any output, based on the above. If it works in this client's browser we will deal with the suggested 'best practices' later.
Is there anywhere in the documentation where is states how to do this? Everything I have seen keeps taking me to the separate class system.
I have been able to create a report (in the app_code folder as suggested), but I cannot get the report to 'see' the existing data sets in the app_data folder.
Any help would be appreciated - I just want something quick and dirty at this point.
Thanks
Mike Thomas
For testing, I want to use the existing project (not create a separate class project as advised in the tutorials) and:
- Create a new report
- Use an existing data set for the data source (our data sets are in the app_data folder.
- Drop the report into an aspx containing the Teleric report control
It does now much matter what the report does at this point, I just want to generate any output, based on the above. If it works in this client's browser we will deal with the suggested 'best practices' later.
Is there anywhere in the documentation where is states how to do this? Everything I have seen keeps taking me to the separate class system.
I have been able to create a report (in the app_code folder as suggested), but I cannot get the report to 'see' the existing data sets in the app_data folder.
Any help would be appreciated - I just want something quick and dirty at this point.
Thanks
Mike Thomas