DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ServicesConfiguration

    Configuration for registering IronPDF reporting services in the dependency injection container.

    Inheritance
    object
    ServicesConfiguration
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.

    In this article
    Back to top Generated by DocFX