combit List & Label 29 - .NET Help
combit.Reporting.Dom Namespace / PropertyGroupHeaderLinesOptions Class / ConcatNextDataLine Property


In This Topic
    ConcatNextDataLine Property
    In This Topic
    Gets or sets if the group header may appear stand alone before a page break or if a page break should be triggered before printing the group header if no data line will be printed on the current page.
    Syntax
    'Declaration
     
    
    Public Property ConcatNextDataLine As String
    public string ConcatNextDataLine {get; set;}
    public:
    property String^ ConcatNextDataLine {
       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