combit List & Label 29 - .NET Help
combit.Reporting.DataProviders Namespace / TranslateFilterSyntaxEventArgs Class
Properties

In This Topic
    TranslateFilterSyntaxEventArgs Class Members
    In This Topic

    The following tables list the members exposed by TranslateFilterSyntaxEventArgs.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyNumber of arguments in case a function should be translated.  
    Public PropertyArray of arguments. In case of operators, it contains the left hand and possibly the right hand side. In case of functions, the array holds the function's parameters as used in the Designer.  
    Public PropertySet to true to indicate that the event has been properly handled and no further default handling should be performed.  
    Public Property

    Name to be translated. If argumentType is e.g. Text, this object contains an index and can be set to a string to use as parameter name instead. The value of the parameter is then passed to the ApplyAdvancedFilter Method later.

    In case of RelationEqual to be translated, the name might be "@ARG:MULTIVALUE". In this case, the right hand side (Arguments[1]) contains a comma separated list of values to compare to.

     
    Public PropertyThe kind of expression that is to be translated.  
    Public Property
    The translated expression or null if the default handling should be used.
     
    Public Property  
    Top
    See Also