Gets or sets a value indicating whether duplicate values in consecutive records should be suppressed.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool HideDuplicates { get; set; }
Visual Basic
Public Property HideDuplicates As Boolean
	Get
	Set

Remarks

You can use the HideDuplicates property to hide a field in a document when its value is the same as in the preceding record.

For example, in a report listing suppliers and their products, each supplier's name can appear just once for each group of products, rather than repeat for each product.

See Also