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

In This Topic
    ExportedFileLink Class Members
    In This Topic

    The following tables list the members exposed by ExportedFileLink.

    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
    Public Methods
     NameDescription
    Public MethodOverloaded. Downloads this file from the server and saves it at the specified file path.  
    Top
    See Also