[]
Configures middleware for the ActiveReports designer API.
public static void UseReportDesigner(this IAppBuilder app, Action<ReportDesignerConfiguration> configAction)
Type | Name | Description |
---|---|---|
IAppBuilder | app | The Owin.IAppBuilder to configure. |
Action<ReportDesignerConfiguration> | configAction | An Action<T> to configure the report designer. |
Configures middleware for the ActiveReports designer API.
public static void UseReportDesigner(this IAppBuilder app, IReportDesignerBackendApi api)
Type | Name | Description |
---|---|---|
IAppBuilder | app | The Owin.IAppBuilder to configure. |
IReportDesignerBackendApi | api | The IReportDesignerBackendApi to use for configuring the middleware. |