I have searched through related topics and can't seem to find an answer.
To give you a picture of what I am trying to do ... imagine an Excel spreadsheet with many columns ...
row 1: Date Hour Value 1 Value 2 ...
row 2: 1/1/2013 1 9876 343 ...
row 3: 1/1/2013 2 45 324 ...
Now place the cursor in cell C2 (where 9876 is displayed); select "View"; select "Freeze Panes"; and finally select "Freeze Panes" from the drop down list. Now you can horizontally scroll through all data on the current screen and keep the Date and Hour always displayed. This also keeps row 1 always displayed, but I already know how to do this in SSRS.
How can I accomplish this for an SSRS report? I am using BIDS 2010, otherwise known as SQL Server Data Tools.
Thanks in advance for your assistance.