ReportsAspNetModuleV2.AddGeneratorUpdaters(ModelNodesGeneratorUpdaters) Method
Registers the ReportsAspNetModuleV2 Generator Updater.
Namespace: DevExpress.ExpressApp.ReportsV2.Web
Assembly: DevExpress.ExpressApp.ReportsV2.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2.Web
Declaration
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 ReportsAspNetModuleV2 Generator Updater creates and configures the Detail View for the report preview (this Detail View contains the ReportViewerDetailItem View Item).
See Also