Back to Devexpress

XRChart.UnregisterGlobalSummaryFunction(String) Method

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrchart-dot-unregisterglobalsummaryfunction-x28-system-dot-string-x29.md

latest1.9 KB
Original Source

XRChart.UnregisterGlobalSummaryFunction(String) Method

Unregisters the summary function with the specified name.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public static void UnregisterGlobalSummaryFunction(
    string name
)
vb
Public Shared Sub UnregisterGlobalSummaryFunction(
    name As String
)

Parameters

NameTypeDescription
nameString

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

|

Remarks

The functions unregistered using this method are not available for any XRChart control in the application any more.

This method allows you to unregister custom summary functions that were previously registered via the RegisterGlobalSummaryFunction(String, String, Nullable<ScaleType>, Int32, SummaryFunctionArgumentDescription[], SummaryFunction) method, as well as the predefined summary functions.

See Also

XRChart Class

XRChart Members

DevExpress.XtraReports.UI Namespace