List & Label .NET
combit.Reporting.ReportServerIntegration Namespace / RepositorySessionExtensions Class / AsRepository Method


In This Topic
    AsRepository Method
    In This Topic
    Returns a wrapper for the repository session which allows to use it with the combit.Reporting.Repository.IRepository interface of List & Label.
    Syntax
    'Declaration
     
    
    Public Shared Function AsRepository( _
       ByVal repositorySession As RepositorySession _
    ) As IRepository
    public static IRepository AsRepository( 
       RepositorySession repositorySession
    )
    public:
    static IRepository^ AsRepository( 
       RepositorySession^ repositorySession
    ) 

    Parameters

    repositorySession
    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