Reputation: 11
I'm creating an SSRS report that requires one parameter to be a multi-select taxonomy. What I'm hoping for is a dropdown that allows expansion into the desired area of nodes (to prevent it from getting prohibitively large).
Example of desired structure:
Fruit:
Example of non-desired structure:
Fruit:
Apple
Apple\Red
Apple\Red\Ripe
Apple\Red\Not Ripe
Banana
....Etc.
Is this possible? How would you do this?
Upvotes: 1
Views: 143
Reputation: 23809
Sorry, but this is not possible with the current SSRS interface.
You can always build your own interface to collect the parameters and then hand the parameters to the report yourself, displaying the report in a ReportViewer control or streaming it to the client.
Upvotes: 0