Hi,
I have a reporting services report that i show in an asp.net page by a reportviewer control.
Is there a property that i can set in my asp.net page, to change the query for changing the data in my report.
The number and names of the columns will be the same.
I should work with parameters, but the query changes more than just a few where-clauses. So i think working with parameters looks impossible.
Thanks,
Dennis
Hi,using parameters is the only way to accomplish it. You can use a stored procedure in conjunction with a parameter which decicde within your stored procedue code which query to execute.
Jens K. Suessmeyer.
http://www.sqlserver2005.de
|||
Excuse me
How Can I do a clr routine with a call to crystal report?
Thanks
No comments:
Post a Comment