ExportedFileLink Class Properties
For a list of all members of this type, see ExportedFileLink members.
| Name | Description |
 | DownloadUri | Gets an absolute Uri to the file. Please note that user authentication is required to download the file, use DownloadAsync(String) to get the file easily. |
 | RelativeFilePath | Gets the relative path of this path to the base directory of the report. When downloading a report, the relative file paths must be respected when downloading the report's files. If you use one of the DownloadAsync(String) methods of this object, the files are downloaded to the correct locations automatically. Example Values: "index.html", "css\page1.css", ... |
Top