ExportedFileLink Class Members
The following tables list the members exposed by ExportedFileLink.
| 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
| Name | Description |
 | DownloadAsync | Overloaded. Downloads this file from the server and saves it at the specified file path. |
Top