Back to Devexpress

IMultiQuerySelectFieldsPageView Interface

xtrareports-devexpress-dot-xtrareports-dot-wizards-dot-views-690981d5.md

latest1.9 KB
Original Source

IMultiQuerySelectFieldsPageView Interface

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

Namespace : DevExpress.XtraReports.Wizards.Views

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public interface IMultiQuerySelectFieldsPageView
vb
Public Interface IMultiQuerySelectFieldsPageView

Remarks

Depending on the target platform of your application, the following classes provide default implementations of the IMultiQuerySelectFieldsPageView interface.

PlatformPage View
WinFormsMultiQuerySelectFieldsPageView
WPFMultiQuerySelectFieldsPage

This view routes user commands to the MultiQuerySelectFieldsPage<TModel> presenter.

See Also

IMultiQuerySelectFieldsPageView Members

DevExpress.XtraReports.Wizards.Views Namespace