Specifies the available page layouting options in a ReportViewer.
Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight
C#
![]() |
---|
public enum PageLayout |
Visual Basic
![]() |
---|
Public Enum PageLayout |
Member name | Description | |
---|---|---|
![]() |
FitPage |
Indicates a single page layout with a zoom factor calculated such that a single page can be completely visible within the viewer. |
![]() |
Manual |
Indicates a page layout with zoom factor specified explicitly by the user. |
![]() |
Normal |
Indicates a single page layout with no zoom. |
![]() |
PageWidth |
Indicates a single page layout with a zoom factor calculated such that the width of the page matches the width of the viewer. |
![]() |
TwoPage |
Indicates a two page layout. |
Values of this property can be assigned to the PageView property of ReportViewer objects.