[]
Configures middleware for the ActiveReports designer API.
public static void UseReportDesigner(this IApplicationBuilder app, Action<ReportDesignerConfiguration> configAction)
Type | Name | Description |
---|---|---|
IApplicationBuilder | app | The IApplicationBuilder 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 IApplicationBuilder app, IReportDesignerBackendApi api)
Type | Name | Description |
---|---|---|
IApplicationBuilder | app | The IApplicationBuilder to configure. |
IReportDesignerBackendApi | api | The IReportDesignerBackendApi to use for configuring the middleware. |