[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Wpf.View.SinglePageViewer

SinglePageViewer Class

Represents a single page report viewer.

Namespace: GrapeCity.ActiveReports.Viewer.Wpf.View
Assembly: MESCIUS.ActiveReports.Viewer.Wpf.dll
Syntax
[TemplatePart(Name = "ZoomView", Type = typeof(ZoomView))]
[TemplatePart(Name = "PageBorder", Type = typeof(Border))]
[TemplatePart(Name = "HighlightPage", Type = typeof(ContentControl))]
public class SinglePageViewer : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable

Constructors

Name Description
SinglePageViewer()

Initializes a new instance of the SinglePageViewer class.

Fields

Name Description
IsUIEnabledProperty

Identifies the IsUIEnabled dependency property.

PageBorderThicknessProperty

Identifies the PageBorderThickness dependency property.

PageViewProperty

Identifies the PageView dependency property.

PageViewSizeProperty

Identifies the PageViewSize dependency property.

Properties

Name Description
IsUIEnabled

Gets or sets a value indicating whether the UI is enabled.

PageBorderThickness

Gets or sets the page border thickness.

PageView

Gets or sets the page view.

PageViewSize

Gets or sets the page view size for binding only.

RenderContext

Gets the render context.

Methods

Name Description
Dispose()

Disposes resources.

OnApplyTemplate()

Initializes the single page view.