Class GroupInformation
Represents information about a group in a query builder model, including its name, expressions, and sorting details.
Inheritance
System.Object
GroupInformation
Namespace: BoldReports.Data
Assembly: BoldReports.Web.dll
Syntax
public class GroupInformation : Object
Constructors
GroupInformation()
Initializes a new instance of the GroupInformation class with default values.
Declaration
public GroupInformation()
Properties
GroupExpressions
Gets or sets the expressions associated with the grou
Declaration
public string GroupExpressions { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
GroupFieldName
Gets or sets the name of the field group.
Declaration
public string GroupFieldName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
GroupName
Gets or sets the name of the field group.
Declaration
public string GroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IsChildGroup
Gets or sets a value indicating whether this group is a child group.
Declaration
public bool IsChildGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsToggleHidden
Gets or sets the direction of sorting for the group (e.g., ascending or descending).
Declaration
public bool IsToggleHidden { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
SortDirection
Gets or sets the direction of sorting for the group (e.g., ascending or descending).
Declaration
public string SortDirection { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SortField
Gets or sets the field used for sorting within the group.
Declaration
public string SortField { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
Dispose()
Releases all resources used by the GroupInformation instance.
Declaration
public void Dispose()