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

In This Topic
    Content Property (DocumentSource)
    In This Topic
    Gets a content of the document.
    Syntax
    'Declaration
     
    Public Property Content As UIElement
    public UIElement Content {get; set;}
    See Also