XtraReportModel.MasterDetailSummariesInfo Property
Provides information about summary options 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, ColumnSummariesSet> MasterDetailSummariesInfo { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<MasterDetailQueryInfo, ColumnSummariesSet> | A dictionary containing available reports along with associated summary options. |
See Also