SSRS report: {2008-r2} (.rdl file) Tablix -- Add Horizontal scrollbar to data
I am trying to add a horizontal scrollbar to an SSRS report with many columns.
The rdl file is written in xml or an xml-like language.
When I try to add a tag (and its closing tag):
<Scrollview>
...
</Scrollview>
I get a complier error:
[rsInvalidReportDefinition] The definition of this report is not valid or supported by this version of Reporting Services. The report definition may have been created with a later version of Reporting Services...
What would be the appropriate way to add a horizontal-scrollbar to the columns within an rdl file for SSRS reports?
NOTE: This project does not have a .css file at all.