ReportsModuleV2.ActivateReportController(Controller) Method
In This Article
Activates the ReportsControllerCore Controller.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
#Declaration
public static bool ActivateReportController(
Controller controller
)
#Parameters
Name | Type | Description |
---|---|---|
controller | Controller | A Reports |
#Returns
Type | Description |
---|---|
Boolean | true, if the Reports |
#Remarks
This method is intended for internal use.
See Also