ComponentOne FlexReport for WinForms
HideDuplicates Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > Field Class : HideDuplicates Property
Specifies whether duplicate values in consecutive records should be suppressed.
Syntax
'Declaration
 
Public Property HideDuplicates As System.Boolean
public System.bool HideDuplicates {get; set;}
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.

See Also

Reference

Field Class
Field Members