combit List & Label 29 - .NET Help
combit.Reporting.Dom Namespace / PropertyDataLinesOptions Class / Suppress Property


In This Topic
    Suppress Property (PropertyDataLinesOptions)
    In This Topic
    If this property is True,  all data lines will be completely suppressed. This option is especially useful in combination with the option ForceSumCalculation. The last option defines that the sum will be calculated when the data line is not printed. With the combination of both options and the use of groups and sum variables, the printing of interesting statistics is possible.
    Syntax
    'Declaration
     
    
    Public Property Suppress As String
    public string Suppress {get; set;}
    public:
    property String^ Suppress {
       String^ get();
       void set (    String^ value);
    }
    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