Skip to main content
All docs
V23.2

ISolutionTypesProvider.CurrentProjectTypes Property

Gets types from the project that contains the opened report.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

IProjectTypes CurrentProjectTypes { get; }

Property Value

Type Description
IProjectTypes

An IProjectTypes object that provides access to project types.

See Also