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

ChooseReportColorSchemePage(IChooseReportColorSchemePageView, IColorSchemeStorage) Constructor

Initializes a new instance of the ChooseReportColorSchemePage<TModel> class with the specified settings.

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public ChooseReportColorSchemePage(
    IChooseReportColorSchemePageView view,
    IColorSchemeStorage colorSchemeStorage
)

Parameters

Name Type Description
view IChooseReportColorSchemePageView

An object implementing the IChooseReportColorSchemePageView interface that provides a view for a wizard page.

colorSchemeStorage IColorSchemeStorage

An object implementing the IColorSchemeStorage interface that provides the color scheme storage.

See Also