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

Source Property (Viewer)
Gets or sets the local or remote URI of the report to display in the Viewer.
Syntax
'Declaration
 
Public Property Source As Uri
 

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