Skip to main content
All docs
V23.2

VSDesignerCustomFunctionAttribute.Scope Property

Gets the scope in which the custom function is available.

Namespace: DevExpress.XtraReports.Design

Assembly: DevExpress.XtraReports.v23.2.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