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

ChooseReportTemplatePage<TModel>.SolutionTypesProvider Property

Specifies the solution types provider.

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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