XtraReportModel.MasterDetailGroupsInfo Property
Provides information about grouping levels specified for a report and its detail reports.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
public Dictionary<MasterDetailQueryInfo, HashSet<string>[]> MasterDetailGroupsInfo { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<MasterDetailQueryInfo, HashSet<String>[]> | A dictionary containing available reports along with associated grouping levels. |
See Also