Interface IReportGroupKey
Represents a key for grouping reports.
public interface IReportGroupKey
Remarks
Report groups with any matching group keys are grouped together.
Group keys are matched with the Equals(object) method and hashed with the GetHashCode() method.
It is recommended to use the record type to implement this interface because it automatically implements the aforementioned two methods.