'宣言 Public Property HideDuplicates As System.Boolean
'使用法 Dim instance As Field Dim value As System.Boolean instance.HideDuplicates = value value = instance.HideDuplicates
public System.bool HideDuplicates {get; set;}
'宣言 Public Property HideDuplicates As System.Boolean
'使用法 Dim instance As Field Dim value As System.Boolean instance.HideDuplicates = value value = instance.HideDuplicates
public System.bool HideDuplicates {get; set;}
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.