combit List & Label 29 - .NET Help
combit.ReportServer.ClientApi.Objects Namespace / ExportedFileLink Class

In This Topic
    ExportedFileLink Class Properties
    In This Topic

    For a list of all members of this type, see ExportedFileLink members.

    Public Properties
     NameDescription
    Public PropertyGets 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.  
    Public PropertyGets 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
    See Also