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