[]
        
(Showing Draft Content)

C1.WPF.ReportViewer.DocumentSource

DocumentSource Class

Base class for document sources (internal use only).

Inheritance
DocumentSource
Namespace: C1.WPF.ReportViewer
Assembly: C1.WPF.ReportViewer.4.6.2.dll
Syntax
public abstract class DocumentSource : DependencyObject

Fields

Name Description
ComputedHorizontalScrollBarVisibilityProperty

Identifies the ComputedHorizontalScrollBarVisibility dependency property.

ComputedVerticalScrollBarVisibilityProperty

Identifies the ComputedVerticalScrollBarVisibility dependency property.

ContentProperty

Identifies the Content dependency property.

ExtentHeightProperty

Identifies the ExtentHeight dependency property.

ExtentWidthProperty

Identifies the ExtentWidth dependency property.

HorizontalOffsetProperty

Identifies the HorizontalOffset dependency property.

HorizontalScrollBarVisibilityProperty

Identifies the HorizontalScrollBarVisibility dependency property.

IsFlowingProperty

Identifies the IsFlowing dependency property.

PageCountProperty

Identifies the PageCount dependency property.

PageMarginProperty

Identifies the PageMargin dependency property.

PageNumberProperty

Identifies the PageNumber dependency property.

PageSeparationProperty

Identifies the PageSeparation dependency property.

PageSizeProperty

Identifies the PageSize dependency property.

PageTemplateProperty

Identifies the PageTemplate dependency property.

ScrollableHeightProperty

Identifies the ScrollableHeight dependency property.

ScrollableWidthProperty

Identifies the ScrollableWidth dependency property.

SelectionBackgroundProperty

Identifies the SelectionBackground dependency property.

VerticalOffsetProperty

Identifies the VerticalOffset dependency property.

VerticalScrollBarVisibilityProperty

Identifies the VerticalScrollBarVisibility dependency property.

ViewModeProperty

Identifies the ViewMode dependency property.

ViewportHeightProperty

Identifies the ViewportHeight dependency property.

ViewportWidthProperty

Identifies the ViewportWidth dependency property.

ZoomProperty

Identifies the Zoom dependency property.

Properties

Name Description
ComputedHorizontalScrollBarVisibility

Gets a value that indicates whether the horizontal ScrollBar is visible.

ComputedVerticalScrollBarVisibility

Gets a value that indicates whether the vertical ScrollBar is visible.

Content

Gets a content of the document.

ExtentHeight

Gets the vertical size of all the content for display in the C1ReportViewer.

ExtentWidth

Gets the horizontal size of all the content for display in the C1ReportViewer.

HorizontalOffset

Gets or sets a value that indicates the horizontal offset of the scrolled content.

HorizontalScrollBarVisibility

Gets or sets a value that indicates whether a horizontal ScrollBar should be displayed.

IsFlowing

Gets a value that indicates if the document is flowing (i.e. in HTML documents).

PageCount

Gets a value that indicates the total page count.

PageMargin

Gets a value that indicates the Thickness used as margin for each page.

PageNumber

Gets a value that indicates the current page number.

PageSeparation

Gets a value that indicates the Thickness used as separation between pages.

PageSize

Gets a value that indicates the current page size.

PageTemplate

Gets a value that indicates the PageTemplate.

ScrollableHeight

Gets a value that represents the horizontal size of the area that can be scrolled; the difference between the height of the extent and the height of the viewport.

ScrollableWidth

Gets a value that represents the vertical size of the area that can be scrolled; the difference between the width of the extent and the width of the viewport.

SelectionBackground

Gets a value that indicates the Brush used for Selection.

VerticalOffset

Gets or sets a value that indicates the vertical offset of the scrolled content.

VerticalScrollBarVisibility

Gets or sets a value that indicates whether a horizontal ScrollBar should be displayed.

ViewMode

Gets a value that indicates the current view mode.

ViewportHeight

Gets a value that contains the vertical size of the viewable content.

ViewportWidth

Gets a value that contains the horizontal size of the viewable content.

Zoom

Gets the current zoom value.

Methods

Name Description
OnRequestNavigate(RequestNavigateEventArgs)

Raises the internal RequestNavigate event.