ReportsModuleV2.ActivateReportController(Controller) Method
Activates the ReportsControllerCore Controller.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
Declaration
Parameters
Name | Type | Description |
---|---|---|
controller | Controller | A ReportsControllerCore instance to be activated. |
Returns
Type | Description |
---|---|
Boolean | true, if the ReportsController has been successfully activated; otherwise, false. |
Remarks
This method is intended for internal use.
See Also