Back to Devexpress

SelectColumnsPageView Class

xtrareports-devexpress-dot-xtrareports-dot-wizards-dot-views-e89dcf1f.md

latest2.9 KB
Original Source

SelectColumnsPageView Class

This page is no longer used in the current Report Wizard implementation. Use the MultiQuerySelectFieldsPageView class instead (corresponding to the Choose Fields to Display in a Report (Multi-Query Version) wizard page).

Namespace : DevExpress.XtraReports.Wizards.Views

Assembly : DevExpress.XtraReports.v25.2.Extensions.dll

NuGet Package : DevExpress.Win.Reporting

Declaration

csharp
public class SelectColumnsPageView :
    WizardViewBase,
    ISelectColumnsPageView
vb
Public Class SelectColumnsPageView
    Inherits WizardViewBase
    Implements ISelectColumnsPageView

Remarks

In the current Report Wizard implementation, this class is replaced with the MultiQuerySelectFieldsPageView class.

Implements

ISelectColumnsPageView

Inheritance

Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl WizardViewBase SelectColumnsPageView

See Also

SelectColumnsPageView Members

SelectColumnsPage<TModel>

ISelectColumnsPageView

DevExpress.XtraReports.Wizards.Views Namespace