ReportViewer for WPF and Silverlight | ComponentOne
C1.WPF.ReportViewer Namespace / PageContext Class / Content Property

In This Topic
    Content Property (PageContext)
    In This Topic
    Gets the content that will be shown in the page System.Windows.UIElement. Typically a System.Windows.UIElement itself, or to be used as Content of a System.Windows.Controls.ContentControl.
    Syntax
    'Declaration
     
    Public ReadOnly Property Content As Object
    public object Content {get;}
    See Also