Skip to main content
A newer version of this page is available. .

MasterDetailInfoCollection(IList<MasterDetailQueryInfo>) Constructor

Initializes a new instance of the MasterDetailInfoCollection class with the specified settings.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public MasterDetailInfoCollection(
    IList<MasterDetailQueryInfo> list
)

Parameters

Name Type Description
list IList<MasterDetailQueryInfo>

A collection of MasterDetailQueryInfo objects.

See Also