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


Name Property (TranslateFilterSyntaxEventArgs)

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
 
Requirements

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

See Also