[]
Configures middleware for the ActiveReports viewer API.
public static void UseReportViewer(this IApplicationBuilder app, Action<ReportViewerConfiguration> configAction)
| Type | Name | Description |
|---|---|---|
| IApplicationBuilder | app | A IApplicationBuilder object to configure. |
| Action<ReportViewerConfiguration> | configAction | An Action<T> to configure the report viewer. |
Configures middleware for the ActiveReports viewer API.
public static void UseReportViewer(this IApplicationBuilder app, IReportViewerBackendApi customApi)
| Type | Name | Description |
|---|---|---|
| IApplicationBuilder | app | A IApplicationBuilder object to configure. |
| IReportViewerBackendApi | customApi | A IReportViewerBackendApi object to use for configuring the middleware. |