Hello,
I'm using SQL 2005 and reporting services.
I have several parameters, the report show two parameters in the same line and I would like to present three parameters in the same line.
how can I do that ?
This is not natively supported.
The closest you can get is to write your own parameter frontend application and then e.g. use the RS report viewer controls to send the parameters to the report server and execute the report in "remote" mode. Other options include to send the parameters via URL-access from your custom frontend application.
-- Robert
No comments:
Post a Comment