Skip to main content
All docs
V25.1
  • VSDesignerCustomFunctionAttribute(VSDesignerCustomFunctionScope) Constructor

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

    Namespace: DevExpress.XtraReports.Design

    Assembly: DevExpress.XtraReports.v25.1.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