ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Aspnetcore.Designer Namespace / ConfigureExtensions Class / AddReportDesigner Method
The Microsoft.Extensions.DependencyInjection.IServiceCollection to add the services to.

In This Topic
    AddReportDesigner Method
    In This Topic
    Adds services required for the report designer.
    Syntax
    'Declaration
     
    Public Shared Function AddReportDesigner( _
       ByVal services As IServiceCollection _
    ) As IServiceCollection
    public static IServiceCollection AddReportDesigner( 
       IServiceCollection services
    )

    Parameters

    services
    The Microsoft.Extensions.DependencyInjection.IServiceCollection to add the services to.

    Return Value

    The Microsoft.Extensions.DependencyInjection.IServiceCollection so that additional calls can be chained.
    See Also