Class ServicesConfiguration
Configuration for registering IronPDF reporting services in the dependency injection container.
Inherited Members
Namespace: DataWeb.Reporting.IronPdf
Assembly: DataWeb.Reporting.IronPdf.dll
Syntax
public static class ServicesConfiguration
Methods
AddDataWebReportingIronPdf(IServiceCollection)
Registers IronPDF reporting services in the dependency injection container.
Declaration
public static IServiceCollection AddDataWebReportingIronPdf(this IServiceCollection services)
Parameters
| Type | Name | Description |
|---|---|---|
| IServiceCollection | services | The service collection to add the services to. |
Returns
| Type | Description |
|---|---|
| IServiceCollection | The service collection for method chaining. |