VSDesignerCustomFunctionAttribute Class
Allows you to register a custom function for use in the Visual Studio Report Designer and specify the scopes in which the function is available.
Namespace: DevExpress.XtraReports.Design
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
[AttributeUsage(AttributeTargets.Class)]
public class VSDesignerCustomFunctionAttribute :
Attribute
Remarks
Review the following help topic for examples of use: Custom Functions.
See Also