Back to Devexpress

XRChart.UnregisterSummaryFunction(String) Method

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

latest1.7 KB
Original Source

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

csharp
[Obsolete("This method is obsolete now. Use the static UnregisterGlobalSummaryFunction method instead.", false)]
public void UnregisterSummaryFunction(
    string name
)
vb
<Obsolete("This method is obsolete now. Use the static UnregisterGlobalSummaryFunction method instead.", False)>
Public Sub UnregisterSummaryFunction(
    name As String
)

Parameters

NameTypeDescription
nameString

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

|

See Also

RegisterSummaryFunction

XRChart Class

XRChart Members

DevExpress.XtraReports.UI Namespace