combit List & Label 29 - .NET Help
combit.Reporting Namespace / DesignerFunction Class
Properties Methods Events

In This Topic
    DesignerFunction Class Members
    In This Topic

    The following tables list the members exposed by DesignerFunction.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property

    Additional description of the function for the formula assistant.

     
    Public Property

    The name of the designer function.

     
    Public Property

    The group in the formula assistant in which the function is displayed.

     
    Public Property  
    Public Property

    The maximum number of parameters. Here as well, values between 0 and 4 are valid. The value should be equal to or greater than the minimum number. A larger number results in optional parameters.

     
    Public Property

    The minimum number of parameters. Values between 0 and 4 are valid.

     
    Public Property

    Each of the up to four parameters can be configured individually.

     
    Public Property

    Each of the up to four parameters can be configured individually.

     
    Public Property

    Each of the up to four parameters can be configured individually.

     
    Public Property

    Each of the up to four parameters can be configured individually.

     
    Public Property

    The data type of the result.

     
    Public Property

    Indicates whether or not the function is displayed in the assistant.

     
    Top
    Public Methods
    Public Events
     NameDescription
    Public Event

    In this event the data type of parameters and e.g. the parameter ranges should be checked for validity.

     
    Public Event

    The event EvaluateFunction has to be handled in order to activate the function. You can gain access to the parameters indicated by the user through event arguments.

     
    Public Event

    Via ParameterAutoComplete, it is possible to give different recommended values to the AutoComplete feature of the formula assistant.

     
    Top
    See Also