[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Wpf.Viewer.Source

Source Property

Source

Gets or sets the local or remote URI of the report to display in the Viewer.

Declaration
public Uri Source { get; set; }
Property Value
Type Description
Uri

A System.Uri representing the source URI of the report.

Remarks

If the System.Uri does not have an extension, sets SourceFormat.

Examples
viewer.Source = new Uri("http://www.mysite.com/invoice.rpx");