combit List & Label 29 - .NET Hilfe
combit.ReportServer.ClientApi.Services Namespace / IReportTemplateService Schnittstelle / GetRecentlyUsedAsync Methode


In diesem Thema
    GetRecentlyUsedAsync Methode
    In diesem Thema
    Returns the recently used report templates which are visible for the connected user.
    Syntax
    'Deklaration
     
    
    Function GetRecentlyUsedAsync( _
       Optional ByVal maxResults As Integer, _
       Optional ByVal maxDays As Integer _
    ) As Task(Of IEnumerable(Of ReportTemplate))

    Parameter

    maxResults
    maxDays
    Anforderungen

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

    Siehe auch