combit List & Label 29 - .NET Help
combit.Reporting Namespace / DesignerFunction Class
Members


In This Topic
    DesignerFunction Class
    In This Topic

    One of the important and powerful options of the designer is the formula assistant and the functions offered in it. With the help of the DesignerFunction and the component's Evaluate event, a function that can be handled separately by the program is offered to the user.

    Object Model
    DesignerFunction ClassDesignerFunctionParameter ClassDesignerFunctionParameter ClassDesignerFunctionParameter ClassDesignerFunctionParameter Class
    Syntax
    'Declaration
     
    
    Public Class DesignerFunction 
       Inherits System.ComponentModel.Component
    public class DesignerFunction : System.ComponentModel.Component 
    public ref class DesignerFunction : public System.ComponentModel.Component 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             combit.Reporting.DesignerFunction

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also