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

In This Topic
    Source Property (Viewer)
    In This Topic
    Gets or sets the local or remote URI of the report to display in the Viewer.
    Syntax
    'Declaration
     
    Public Property Source As Uri
    public Uri Source {get; set;}

    Property Value

    A System.Uri representing the source URI of the report.
    Remarks
    If the System.Uri does not have an extension, sets SourceFormat.
    Example
    viewer.Source = new Uri("http://www.mysite.com/invoice.rpx");
    See Also