ReportBuilder.FoundInGroupingFields(ObjectName, ObjectNameCollectionsSet) Method
For internal use.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
public static bool FoundInGroupingFields(
ObjectName field,
ObjectNameCollectionsSet groupSet
)
Parameters
| Name | Type |
|---|---|
| field | DevExpress.XtraReports.Native.ObjectName |
| groupSet | DevExpress.XtraReports.Native.ObjectNameCollectionsSet |
Returns
| Type |
|---|
| Boolean |
See Also