Skip to main content

ChooseReportTypePage<TModel>.SolutionTypesProvider Property

Specifies the solution types provider for a wizard page.

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public ISolutionTypesProvider SolutionTypesProvider { get; set; }

Property Value

Type Description
ISolutionTypesProvider

An object implementing the ISolutionTypesProvider interface that provides access to the known types in the current solution.

See Also