ReportViewer for WPF and Silverlight | ComponentOne
C1.WPF.ReportViewer Namespace / DocumentSource Class
Fields Properties Methods


In This Topic
    DocumentSource Class Members
    In This Topic

    The following tables list the members exposed by DocumentSource.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Identifies the ComputedHorizontalScrollBarVisibility dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ComputedVerticalScrollBarVisibility dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Content dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ExtentHeight dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ExtentWidth dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the HorizontalOffset dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the HorizontalScrollBarVisibility dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the IsFlowing dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the PageCount dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the PageMargin dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the PageNumber dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the PageSeparation dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the PageSize dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the PageTemplate dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ScrollableHeight dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ScrollableWidth dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the SelectionBackground dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the VerticalOffset dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the VerticalScrollBarVisibility dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ViewMode dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ViewportHeight dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ViewportWidth dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Zoom dependency property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value that indicates whether the horizontal System.Windows.Controls.Primitives.ScrollBar is visible.  
    Public PropertyGets a value that indicates whether the vertical System.Windows.Controls.Primitives.ScrollBar is visible.  
    Public PropertyGets a content of the document.  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public PropertyGets the vertical size of all the content for display in the C1ReportViewer.  
    Public PropertyGets the horizontal size of all the content for display in the C1ReportViewer.  
    Public PropertyGets or sets a value that indicates the horizontal offset of the scrolled content.  
    Public PropertyGets or sets a value that indicates whether a horizontal System.Windows.Controls.Primitives.ScrollBar should be displayed.  
    Public PropertyGets a value that indicates if the document is flowing (i.e. in HTML documents).  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets a value that indicates the total page count.  
    Public PropertyGets a value that indicates the System.Windows.Thickness used as margin for each page.  
    Public PropertyGets a value that indicates the current page number.  
    Public PropertyGets a value that indicates the System.Windows.Thickness used as separation between pages.  
    Public PropertyGets a value that indicates the current page size.  
    Public PropertyGets a value that indicates the PageTemplate.  
    Public PropertyGets 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.  
    Public PropertyGets 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.  
    Public PropertyGets a value that indicates the System.Windows.Media.Brush used for Selection.  
    Public PropertyGets or sets a value that indicates the vertical offset of the scrolled content.  
    Public PropertyGets or sets a value that indicates whether a horizontal System.Windows.Controls.Primitives.ScrollBar should be displayed.  
    Public PropertyGets a value that indicates the current view mode.  
    Public PropertyGets a value that contains the vertical size of the viewable content.  
    Public PropertyGets a value that contains the horizontal size of the viewable content.  
    Public PropertyGets the current zoom value.  
    Top
    Public Methods
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.Windows.DependencyObject)
    Protected MethodRaises the internal RequestNavigate event.  
    Top
    See Also