Search Results for

    Show / Hide Table of Contents

    Enum CellDuplicates

    Specifies how to display the duplicate values.

    Namespace: FastReport.Table
    Assembly: FastReport.Base.dll
    Syntax
    public enum CellDuplicates

    Fields

    Name Description
    Clear

    The TableCell with duplicate value will be shown but with no text.

    Merge

    Several TableCell objects with the same value will be merged into one object.

    MergeNonEmpty

    Several TableCell objects with the same non-empty value will be merged into one object.

    Show

    The TableCell can show duplicate values.

    Back to top © 1998-2025 Copyright Fast Reports Inc.