Gets or sets the expression used to break records into groups.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute("")] public string GroupBy { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute("")> _ Public Property GroupBy As String 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.