Determines whether the viewer will reposition the view to the top of the page when a user goes to another page after scrolling downward in a page.
[Visual Basic]
Public Property RepositionPage As Boolean
[C#]
public bool RepositionPage {get; set;}
Boolean value. If True, the viewer will reposition the view to the top of the page. If False, the viewer will persist the current position of the page to all pages. The default value is False.
[C#]
private void arv_Load(object sender, System.EventArgs e) |
[Visual Basic]
Private Sub arv_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles arv.Load |
ReportViewerObject Class | ReportViewerObject Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.