ASP + SQL Server Reporting Services
Hi,
My company wants to create PDFs on the fly using the SQL Server Reporting Services. From the tutorials I've come across, the report you want to see must be made beforehand, then queried and displayed. We want to create reports on the fly. Basically, we don't want the report to exist until we create it and display it, then it would be deleted. Any ideas on how to do this?
TIA,
Matt
Re: ASP + SQL Server Reporting Services
Re: ASP + SQL Server Reporting Services
We're looking for the reports to be displayed in PDF format. Also, CR have to be generated before hand and saved, don't they?
Re: ASP + SQL Server Reporting Services
well if your user knows how to use Crystal Reports they could design their own report and export it as a .pdf easy enough.
Re: ASP + SQL Server Reporting Services
interesting. do you have a link to a tutorial to create a dynamic crystal report in VS05 running ASP.NET 2.0?
Re: ASP + SQL Server Reporting Services