Search Results for

    Show / Hide Table of Contents

    Enum Duplicates

    Specifies how to display the duplicate values.

    Namespace: FastReport
    Assembly: FastReport.Base.dll
    Syntax
    public enum Duplicates

    Fields

    Name Description
    Clear

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

    Hide

    The TextObject with duplicate value will be hidden.

    Merge

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

    Show

    The TextObject can show duplicate values.

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