Skip to main content
All docs
V23.2

VSDesignerCustomFunctionAttribute(VSDesignerCustomFunctionScope) Constructor

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

Namespace: DevExpress.XtraReports.Design

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public VSDesignerCustomFunctionAttribute(
    VSDesignerCustomFunctionScope scope = VSDesignerCustomFunctionScope.Global
)

Optional Parameters

Name Type Default Description
scope VSDesignerCustomFunctionScope Global

Speciies the scope in which the custom function is available.

See Also