Back to Devexpress

VSDesignerCustomFunctionScope Enum

xtrareports-devexpress-dot-xtrareports-dot-design-2fc65342.md

latest1.7 KB
Original Source

VSDesignerCustomFunctionScope Enum

Lists scopes in which a custom function is available in the Visual Studio Report Designer.

Namespace : DevExpress.XtraReports.Design

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public enum VSDesignerCustomFunctionScope
vb
Public Enum VSDesignerCustomFunctionScope

Members

NameDescription
Global

The custom function is available in expressions throughout all components related to the Visual Studio Report Designer (Report Designer, Query Builder, Data Wizard).

| | Reports |

A custom function is available in expressions in the Visual Studio Report Designer.

|

The following properties accept/return VSDesignerCustomFunctionScope values:

Remarks

The VSDesignerCustomFunctionScope value is specified in the VSDesignerCustomFunctionAttribute constructor and returned by the Scope property.

See Also

DevExpress.XtraReports.Design Namespace