Hello,
In my application I have some reports and all get their data from values passed in the url used to call the report (the report is returned in PDF). All these reports are static.
Now, I need a new report that should display more or less rows depending on the data input, like a table taht can have more or less rows. There is a table object I can add to the report, however, it is tied to a dataset, that seems to be tied to a data connection.
However, I dont have any dataconnection. I only need to pass the values in a url.
Is this possible? how?
Im using reporting services v9.
thank you
fwu