Skip to main content

XtraReportModel.MasterDetailInfo Property

Provides information about queries and master-detail relationships between them.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public MasterDetailInfoCollection MasterDetailInfo { get; set; }

Property Value

Type Description
MasterDetailInfoCollection

A MasterDetailInfoCollection object.

See Also