Gets or sets the number of horizontal pages to display when the viewer is in MultiPageMode.
[Visual Basic]
Public Property MultiplePageCols As Integer
[C#]
public int MultiplePageCols {get; set;}
An integer value that represents the number of horizontal pages in MultiPageMode.
The viewer's document property must be set before setting this property, or it will have no effect.
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.