Skip to main content
All docs
V25.1
  • 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.v25.1.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.

    Inheritance

    Object
    Attribute
    VSDesignerCustomFunctionAttribute
    See Also