hi,
I have a chart and report that is based on one query with parameters. I also have some parameters for how the tablix report would be grouped and sorted. ( group by state, then city, etc)...
I am using Visual Studio where I have the report parameters on the page. That works fine. But, if I want to use the grouping options for the report and they're not part of the query, but would be defined in the row group on the report ( as <expr>).. how do I get that information from Visual Studio and pass it on to SSRS?
thank you.