URL to the output report in the cache.
[DataMemberAttribute(Name="outputUri")]
public Uri OutputUri {get; set;}
URL to the output report in the cache. The default value is null.
This property will only be set if CompareJobData.JobState is set to CompareStatus.Completed.
To download the report generated by the compare job, call the DocumentFactory.DownloadDocument(DownloadDocumentOptions) method. This will download the report data directly from the cache without first loading it through the Document library.