List & Label .NET
combit.ReportServer.ClientApi.Objects Namespace / ExportResult Class / FirstPageFileLink Property


In This Topic
    FirstPageFileLink Property
    In This Topic
    Gets the file name and link to the first page of the report, e.g. the index.html file of a HTML export.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FirstPageFileLink As ExportedFileLink
    public ExportedFileLink FirstPageFileLink {get;}
    public:
    property ExportedFileLink^ FirstPageFileLink {
       ExportedFileLink^ get();
    }
    Requirements

    Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
    .NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10

    See Also