ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Wpf Assembly / GrapeCity.ActiveReports.Viewer.Wpf Namespace / Viewer Class / Source Property

In This Topic
    Source Property (Viewer)
    In This Topic
    Specifies the local/remote report source Uri to display the report in Viewer (i.e. 'http://www.mysite.com/invoice.rpx')
    Syntax
    'Declaration
     
    Public Property Source As Uri
    public Uri Source {get; set;}
    See Also