Skip to main content

MasterDetailInfoCollection(IList<MasterDetailQueryInfo>) Constructor

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

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public MasterDetailInfoCollection(
    IList<MasterDetailQueryInfo> list
)

Parameters

Name Type Description
list IList<MasterDetailQueryInfo>

A collection of MasterDetailQueryInfo objects.

See Also