[]
        
(Showing Draft Content)

C1.Report.Field.HideDuplicates

HideDuplicates Property

HideDuplicates

Specifies whether duplicate values in consecutive records should be suppressed.

Declaration
[C1Category("Data")]
[C1Description("Field.HideDuplicates", "Specifies whether duplicate values in consecutive records should be suppressed.")]
public bool HideDuplicates { get; set; }
<C1Category("Data")>
<C1Description("Field.HideDuplicates", "Specifies whether duplicate values in consecutive records should be suppressed.")>
Public Property HideDuplicates As Boolean
Remarks

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

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