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

IMasterDetailSelectDataMembersPageView Members

If implemented, provides a view for the Choose Fields to Display in a Report (Multi-Query Version) page of the Report Wizard.

Methods

Name Description
DoAddFieldsAction(Action, MasterDetailFieldModel) If implemented, performs actions with the view required before and after adding fields.
DoRemoveFieldsAction(Action) If implemented, performs actions with the view required before and after removing fields.
Initialize(IEnumerable<MasterDetailQueryModel>, ObservableCollection<MasterDetailFieldModel>, Boolean)

Events

Name Description
Changed Occurs when the collection of data members and fields selected on a wizard page is changed.
See Also