Skip to main content

XRChart.UnregisterSummaryFunction(String) Method

OBSOLETE

This method is obsolete now. Use the static UnregisterGlobalSummaryFunction method instead.

Unregisters the summary function with the specified name.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v25.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Obsolete("This method is obsolete now. Use the static UnregisterGlobalSummaryFunction method instead.", false)]
public void UnregisterSummaryFunction(
    string name
)

Parameters

Name Type Description
name String

A String value representing the name of the summary function to be unregistered.

See Also