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

ReportsModuleV2.AddGeneratorUpdaters(ModelNodesGeneratorUpdaters) Method

Registers the Generator Updater of the Reports V2 Module.

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

public override void AddGeneratorUpdaters(
    ModelNodesGeneratorUpdaters updaters
)

Parameters

Name Type Description
updaters DevExpress.ExpressApp.Model.Core.ModelNodesGeneratorUpdaters

A ModelNodesGeneratorUpdaters object providing access to the list of Generator Updaters.

Remarks

This method is not intended to be called from your code.

A Generator Updater is a class used to customize the Application Model‘s zero layer after it has been generated. The Reports V2 Module creates a Reports navigation item if the type specified by the ReportsModuleV2.ReportDataType property is not decorated with the NavigationItemAttribute.

See Also