VSDesignerCustomFunctionAttribute(VSDesignerCustomFunctionScope) Constructor
In This Article
Initializes a new instance of the VSDesignerCustomFunctionAttribute class with specified settings.
Namespace: DevExpress.XtraReports.Design
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public VSDesignerCustomFunctionAttribute(
VSDesignerCustomFunctionScope scope = VSDesignerCustomFunctionScope.Global
)
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
scope | VSDesigner |
Global | Speciies the scope in which the custom function is available. |
See Also