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.v25.2.dll
NuGet Package: DevExpress.Reporting.Core
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