October 19, 2005 at 1:01 am
Hi all,
Is there a way to show just the parameter part of the report view. I don't want to show the view report button, Export option and even the generated report.
The basic idea behind this is to show the user to enter the required parameter and export the file directly to Excel. I could do this on a aspx page and call the reporting service webservice directly, but the problem is I have no. of reports having different parameters. If I could get just the parameters part embeded to aspx page somehow It will help me out a lot.
Thanks
October 19, 2005 at 1:30 am
Your best option would be to build your own aspx page.
You can retrieve a list of parameters for a report via the web service. Take a look at the GetReportParameters method. One tip, when you make the webservice call, make sure you set the ForRendering parameter to True.
--------------------
Colt 45 - the original point and click interface
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply