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

ReportsModuleV2.CustomizeTypesInfo(ITypesInfo) Method

Customizes metadata on business classes specific to the ReportsModuleV2 before loading the metadata to the Application Model‘s BOModel node.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v18.2.dll

Declaration

public override void CustomizeTypesInfo(
    ITypesInfo typesInfo
)

Parameters

Name Type Description
typesInfo ITypesInfo

An ITypesInfo object which holds metadata information on business classes to be loaded to the Application Model.

See Also