[]
Gets or sets the local or remote URI of the report to display in the Viewer.
public Uri Source { get; set; }
Type | Description |
---|---|
Uri | A System.Uri representing the source URI of the report. |
If the System.Uri does not have an extension, sets SourceFormat.
viewer.Source = new Uri("http://www.mysite.com/invoice.rpx");