Skip to main content
All docs
V25.2
  • ReportingResourcesConfigurator(ResourcesConfigurator) Constructor

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

    Namespace: DevExpress.Blazor.Reporting

    Assembly: DevExpress.Blazor.Reporting.v25.2.JSBasedControls.Common.dll

    NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.Common

    Declaration

    public ReportingResourcesConfigurator(
        ResourcesConfigurator resourcesConfigurator
    )

    Parameters

    Name Type Description
    resourcesConfigurator ResourcesConfigurator

    A configurator for DevExpress Blazor resources.

    See Also