Skip to main content
All docs
V25.1
  • VSDesignerCustomFunctionAttribute.Scope Property

    Gets the scope in which the custom function is available.

    Namespace: DevExpress.XtraReports.Design

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public VSDesignerCustomFunctionScope Scope { get; }

    Property Value

    Type Description
    VSDesignerCustomFunctionScope

    The VSDesignerCustomFunctionScope enumeration value that specifies the scope in which the custom function is available.

    Remarks

    The Scope property value is specified in the VSDesignerCustomFunctionAttribute constructor.

    See Also