[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Aspnet.Designer.ConfigureExtensions.UseReportDesigner

UseReportDesigner Method

UseReportDesigner(IAppBuilder, Action<ReportDesignerConfiguration>)

Configures middleware for the ActiveReports designer API.

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

The Owin.IAppBuilder to configure.

Action<ReportDesignerConfiguration> configAction

An Action<T> to configure the report designer.

UseReportDesigner(IAppBuilder, IReportDesignerBackendApi)

Configures middleware for the ActiveReports designer API.

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

The Owin.IAppBuilder to configure.

IReportDesignerBackendApi api

The IReportDesignerBackendApi to use for configuring the middleware.