ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Viewer Assembly / GrapeCity.ActiveReports.Aspnetcore.Viewer Namespace / WebHostBuilderExtensions Class / AddReporting Method

In This Topic
    AddReporting Method
    In This Topic
    Adds services required for reporting.
    Syntax
    'Declaration
     
    Public Shared Function AddReporting( _
       ByVal services As IServiceCollection _
    ) As IServiceCollection
    public static IServiceCollection AddReporting( 
       IServiceCollection services
    )

    Parameters

    services
    See Also