ComponentOne FlexReport for WinForms
GroupBy Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > Group Class : GroupBy Property
Gets or sets the expression used to break records into groups.
Syntax
'Declaration
 
Public Property GroupBy As System.String
public System.string GroupBy {get; set;}
Remarks
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.
See Also

Reference

Group Class
Group Members