Skip to main content
All docs
V26.1
  • TestDataSourceExtension(IServiceProvider) Constructor

    Initializes a new instance of the TestDataSourceExtension class with specified settings.

    Namespace: DevExpress.AIIntegration.Reporting.Common.Extensions

    Assembly: DevExpress.AIIntegration.Reporting.Common.v26.1.dll

    Declaration

    public TestDataSourceExtension(
        IServiceProvider serviceProvider
    )

    Parameters

    Name Type Description
    serviceProvider IServiceProvider

    A service provider.

    See Also