XtraReportModel.MasterDetailInfo Property
Provides information about queries and master-detail relationships between them.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v20.2.dll
Declaration
public MasterDetailInfoCollection MasterDetailInfo { get; set; }
Public Property MasterDetailInfo As MasterDetailInfoCollection
Property Value
Type | Description |
---|---|
MasterDetailInfoCollection | A MasterDetailInfoCollection object. |
See Also
Feedback