Skip to main content
All docs
V24.2

ISolutionTypesProvider.CurrentProjectTypes Property

Gets types from the project that contains the opened report.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v24.2.dll

Declaration

IProjectTypes CurrentProjectTypes { get; }

Property Value

Type Description
IProjectTypes

An IProjectTypes object that provides access to project types.

See Also