Back to Devexpress

VSDesignerCustomFunctionAttribute Class

xtrareports-devexpress-dot-xtrareports-dot-design.md

latest1.5 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[AttributeUsage(AttributeTargets.Class)]
public class VSDesignerCustomFunctionAttribute :
    Attribute
vb
<AttributeUsage(AttributeTargets.Class)>
Public Class VSDesignerCustomFunctionAttribute
    Inherits Attribute

Remarks

Review the following help topic for examples of use: Custom Functions.

Inheritance

Object Attribute VSDesignerCustomFunctionAttribute

See Also

VSDesignerCustomFunctionAttribute Members

DevExpress.XtraReports.Design Namespace