FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / Group Class / GroupBy Property

In This Topic
    GroupBy Property
    In This Topic
    Gets or sets the expression used to break records into groups.
    Syntax
    'Declaration
     
    Public Property GroupBy As String
    public 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