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


In This Topic
    Name Property (TranslateFilterSyntaxEventArgs)
    In This Topic

    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.

    Syntax
    'Declaration
     
    
    Public ReadOnly Property Name As Object
    public object Name {get;}
    public:
    property Object^ Name {
       Object^ get();
    }
    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