AutoComplete for ASP.NET Web Forms
HideDuplicates プロパティ

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > Field クラス : HideDuplicates プロパティ
Specifies whether duplicate values in consecutive records should be suppressed.
シンタックス
'宣言
 
Public Property HideDuplicates As System.Boolean
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.

参照

Field クラス
Field メンバ