ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Viewer Assembly / GrapeCity.ActiveReports.Aspnetcore.Viewer Namespace / ConfigureExtensions Class / AddReportViewer Method

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

    Parameters

    services
    See Also