[]
Configures middleware for the ActiveReports viewer API.
public static void UseReportViewer(this IAppBuilder app, Action<ReportViewerConfiguration> configAction)
| Type | Name | Description |
|---|---|---|
| IAppBuilder | app | A Owin.IAppBuilder 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 IAppBuilder app, IReportViewerBackendApi customApi)
| Type | Name | Description |
|---|---|---|
| IAppBuilder | app | A Owin.IAppBuilder object to configure. |
| IReportViewerBackendApi | customApi | A IReportViewerBackendApi object to use for configuring the middleware. |