Skip to main content
All docs
V25.1
  • ResourceConfiguratorExtension.ConfigureReporting(ResourcesConfigurator, Action<ReportingResourcesConfigurator>) Method

    Configure resources for Blazor Reporting Components.

    Namespace: DevExpress.Blazor.Reporting

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

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

    Declaration

    public static ReportingResourcesConfigurator ConfigureReporting(
        this ResourcesConfigurator resourcesConfigurator,
        Action<ReportingResourcesConfigurator> action = null
    )

    Parameters

    Name Type Description
    resourcesConfigurator ResourcesConfigurator

    A DevExpress Blazor resources configurator.

    Optional Parameters

    Name Type Default Description
    action Action<ReportingResourcesConfigurator> null

    A Action delegate.

    Returns

    Type Description
    ReportingResourcesConfigurator

    A ReportingResourcesConfigurator object that can be used to further configure resources for Blazor Reporting Components.

    See Also