Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Old Forums
 CLOSED - General SQL Server
 Sql reporting! help

Author  Topic 

michael1
Starting Member

28 Posts

Posted - 2004-05-13 : 02:28:27
I need some help regarding sql reporting
I am able to explore sql reporting but my requirements
are little different. I want to integrate ASP with Sql
reporting.

1. Need to integrate Sql Reporting Services with ASP.
2. Need to create parameters in Sql reports (like
parameters in Crystal Report). The values of these
parameters will be supplied from the ASP.
3. The Sql query or procedure that populates the
report will be supplied from the ASP and the result
will be assigned to the report. The report will be
populated on the basis of these records.
4. I don’t have access to the report server. So we
need to have a mechanism to insert the reports into
the report server and do the needful settings, which
will make the reports running when called from the ASP
page.

Note:
My purpose will be fulfilled if I would get the
integration of sql reporting with .Net that would have
the same flexibility as ASP with Crystal Report. If
possible can I get the code that would help me out. I
have already lost my time. I need to show output now.

Thanks in advance
Michael


tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2004-05-13 : 13:06:20
So have you created the reports yet? Why don't you have access to the report server to upload the rdl file?

Tara
Go to Top of Page
   

- Advertisement -