MindFusion.Reporting for Silverlight Programmer's Guide
PageLayout Enumeration
See Also
 





Specifies the available page layouting options in a ReportViewer.

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

public enum PageLayout

Visual Basic  Copy Code

Public Enum PageLayout

 Members

  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.

 Remarks

Values of this property can be assigned to the PageView property of ReportViewer objects.

 See Also

MindFusion.Reporting.Silverlight Namespace