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


In This Topic
    DownloadUri Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DownloadUri As String
    public string DownloadUri {get;}
    public:
    property String^ DownloadUri {
       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 8, .NET 9

    See Also