Skip to main content
All docs
V25.1
  • ISolutionTypesProvider.CurrentProjectTypes Property

    Gets types from the project that contains the opened report.

    Namespace: DevExpress.Entity.ProjectModel

    Assembly: DevExpress.Data.v25.1.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