MasterDetailInfoCollection(IList<MasterDetailQueryInfo>) Constructor
Initializes a new instance of the MasterDetailInfoCollection class with the specified settings.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
list | IList<MasterDetailQueryInfo> | A collection of MasterDetailQueryInfo objects. |
See Also