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

ChooseReportTypePage<TModel>.SolutionTypesProvider Property

Specifies the solution types provider for a wizard page.

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v18.2.dll

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