Back to Devexpress

IMasterDetailChooseSummaryOptionsPageView Interface

xtrareports-devexpress-dot-xtrareports-dot-wizards-dot-views-9f474c27.md

latest2.0 KB
Original Source

IMasterDetailChooseSummaryOptionsPageView Interface

If implemented, provides a view for the Specify Summary Options (Multi-Query Version) 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 IMasterDetailChooseSummaryOptionsPageView
vb
Public Interface IMasterDetailChooseSummaryOptionsPageView

Remarks

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

PlatformPage View
WinFormsMasterDetailChooseSummaryOptionsPageView
WPFMasterDetailChooseSummaryOptionsPage

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

See Also

IMasterDetailChooseSummaryOptionsPageView Members

DevExpress.XtraReports.Wizards.Views Namespace