combit List & Label 29 - .NET Help
combit.Reporting.Dom Namespace / ConditionalFormatterItem Class / StopIteration Property


In This Topic
    StopIteration Property
    In This Topic

    When this setting is enabled (True), all subsequent definitions of conditional formatting contained in CollectionConditionalFormatterItems are ignored or are no longer applied when the condition in Condition is met. (Default: False)

    Syntax
    'Declaration
     
    
    Public Property StopIteration As String
    public string StopIteration {get; set;}
    public:
    property String^ StopIteration {
       String^ get();
       void set (    String^ value);
    }
    Remarks

    The order of the individual objects of the conditional formatting in CollectionConditionalFormatterItems is decisive here, as all subsequent objects are no longer applied if this property is set to True.

    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