[]
        
(Showing Draft Content)

C1.WPF.ReportViewer.PageContext

PageContext Class

Class used as DataContext for each page UIElement.

Inheritance
PageContext
Namespace: C1.WPF.ReportViewer
Assembly: C1.WPF.ReportViewer.4.6.2.dll
Syntax
public class PageContext : INotifyPropertyChanged

Constructors

Name Description
PageContext()

Properties

Name Description
Content

Gets the content that will be shown in the page UIElement. Typically a UIElement itself, or to be used as Content of a ContentControl.

Source

Gets a specialized subclass of DocumentSource.

Events

Name Description
PropertyChanged

Occurs when a property value changes.