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


In This Topic
    RelativeFilePath Property
    In This Topic
    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", ...
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RelativeFilePath As String
    public string RelativeFilePath {get;}
    public:
    property String^ RelativeFilePath {
       String^ get();
    }
    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also