In an existing ssrs 2008 r2 report, I have a question about the csv export.
When the report was originally written, I only expected the users to export the data to excel.
Basically the issue is, based on the states where the customers exist. If the customers exists on the east coast, I version of the report is displayed. If the users exist in the Midwest, another version of the report is displayed. if the users exist on the west coast a third version of the report is displayed.
However now if the users want to export the data to csv (comma delimited), all 3 versions are appearing in the csv file.
I do know that when I hide a tablix, that does not export the data to a csv file. However when I pick the option to show or hide a tablix based upon the expression, the tablix is exported to a csv file.
Is there a way to export the columns and data that actually apply to the particular customer. I do not want all the data columns for east coast, Midwest, and west coast to appear on the csv export?
If there is a way to not display the extra data columns and rows, can you tell me how to accomplish this goal? Showing me code and/or a url would also be helpful.