[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Aspnetcore.Designer.ConfigureExtensions.UseReportDesigner

UseReportDesigner Method

UseReportDesigner(IApplicationBuilder, Action<ReportDesignerConfiguration>)

Configures middleware for the ActiveReports designer API.

Declaration
public static void UseReportDesigner(this IApplicationBuilder app, Action<ReportDesignerConfiguration> configAction)
Parameters
Type Name Description
IApplicationBuilder app

The IApplicationBuilder to configure.

Action<ReportDesignerConfiguration> configAction

An Action<T> to configure the report designer.

UseReportDesigner(IApplicationBuilder, IReportDesignerBackendApi)

Configures middleware for the ActiveReports designer API.

Declaration
public static void UseReportDesigner(this IApplicationBuilder app, IReportDesignerBackendApi api)
Parameters
Type Name Description
IApplicationBuilder app

The IApplicationBuilder to configure.

IReportDesignerBackendApi api

The IReportDesignerBackendApi to use for configuring the middleware.