Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderField Class / HideDuplicates Property

In This Topic
    HideDuplicates Property (RenderField)
    In This Topic
    Gets or sets a value indicating whether duplicate values in consecutive records should be suppressed.
    Syntax
    'Declaration
     
    Public Property HideDuplicates As Boolean
    public bool HideDuplicates {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