Hi!

I have local report as a table that much bigger than display area of ReportViewer control.
When I scroll horizontally (by mouse) to view last column and then move to next page the screen pops back to the beginning (I see first column again).
How can I keep scroll position?
I've tried to use AutoScrollPosit ion, AutoScrollOffse t, HorizontalScrol l.Value but none of this properties scrolls the report.
Please...