FlexReport for WinForms
GroupBy プロパティ (Group)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > Group クラス : GroupBy プロパティ
Gets or sets the expression used to break records into groups.
シンタックス
'宣言
 
Public Property GroupBy As System.String
'使用法
 
Dim instance As Group
Dim value As System.String
 
instance.GroupBy = value
 
value = instance.GroupBy
public System.string GroupBy {get; set;}
解説
This property contains a VBScript expression that is evaluated for every record in the source recordset. A new group is started whenever the value of this expression changes.
参照

参照

Group クラス
Group メンバ