Gets or sets a value indicating whether to display multiple pages in the viewer.
[Visual Basic]
Public Property MultiplePageMode As Boolean
[C#]
public bool MultiplePageMode {get; set;}
A Boolean value. True if the viewer is displaying multiple pages at a time in rows and columns; otherwise, False. The default value is False.
This snippet will show the first two pages of the report side by side.
[C#]
arv.ReportViewer.MultiplePageMode = true; |
[Visual Basic]
arv.ReportViewer.MultiplePageMode = True |
ReportViewerObject Class | ReportViewerObject Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.