| Visual Basic (Declaration) | |
|---|---|
Public NotInheritable Class History | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public sealed class History | |
| C# | Copy Code |
|---|---|
private void btnBack_Click(object
sender, System.EventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub btnBack_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnBack.Click | |
Page view history is created as the user navigates from one page to another, similar to a browser's history. You can use MoveNext and MovePrev methods to traverse the page view history.
System.Object
DataDynamics.ActiveReports.Viewer.History