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

ReportsModuleV2.ActivateReportController(Controller) Method

Activates the ReportsControllerCore Controller.

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

public static bool ActivateReportController(
    Controller controller
)

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