IMasterDetailAddGroupingLevelPageView.Initialize(IEnumerable<MasterDetailQueryInfo>) Method
In This Article
If implemented, initializes a wizard page with the specified settings.
Namespace: DevExpress.XtraReports.Wizards.Views
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
void Initialize(
IEnumerable<MasterDetailQueryInfo> queries
)
#Parameters
Name | Type | Description |
---|---|---|
queries | IEnumerable<Master |
A collection of Master |
See Also