MindFusion.Reporting for Silverlight Programmer's Guide
ReportViewer Members
Constructors Fields Properties Methods
 


Represents a viewer for Report instances. The viewer provides viewing, printing, scaling, page layout and search support.

The following tables list the members exposed by the ReportViewer type.

 Public Constructors

  Name Description

ReportViewer

Initializes a new instance of the ReportViewer class.

 Public Fields

  Name Description

CurrentPageProperty

Identifies the CurrentPage dependency property.

CurrentZoomProperty

Identifies the CurrentZoom dependency property.

DocumentProperty

Identifies the Document dependency property.

PageCountProperty

Identifies the PageCount dependency property.

PageMarginsProperty

Identifies the PageMargins dependency property.

PageOrientationProperty

Identifies the PageOrientation dependency property.

PageSizeProperty

Identifies the PageSize dependency property.

PageViewProperty

Identifies the PageView dependency property.

 Public Properties

  Name Description

CurrentPage

Gets or sets the zero-based index of the page currently visible within the viewer. This is a dependency property.

CurrentZoom

Gets or sets the current zoom factor, expressed as percentage. This is a dependency property.

Document

Gets or sets the Report instance, associated with the ReportViewer. This is a dependency property.

PageCount

Gets the number of pages in the viewer. This is a dependency property.

PageMargins

Gets or sets the margins of the pages in the viewer. This is a dependency property.

PageOrientation

Gets or sets the orientation of the pages in the viewer. This is a dependency property.

PageSize

Gets or sets the size of the pages in the viewer. This is a dependency property.

PageView

Gets or sets the current PageLayout of the viewer. This is a dependency property.

 Public Methods

  Name Description

OnApplyTemplate

FrameworkElement.OnApplyTemplate override.

 See Also

ReportViewer Class
MindFusion.Reporting.Silverlight Namespace