# performReportingAction Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/lce_perform_reporting_action.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/lce_perform_reporting_action.html) Sends an action to take based on the set reporting criteria. performReportingAction()Copy to clipboard ## Parameters | Parameter | API type | Data type | Description | | --- | --- | --- | --- | | [action](https://docs.qualcomm.com/doc/80-PK177-134/topic/lce_enum_reporting_action.html) | Java | reportingAction | Action to be performed on the currently set reporting
criteria. | | [action](https://docs.qualcomm.com/doc/80-PK177-134/topic/lce_enum_reporting_action.html) | Native | lce\_reportingAction | Action to be performed on the currently set reporting
criteria. | | ret | Native | int8\_t& | On success this is the actual return value from the API.



| | | | | | ## Returns | **Return** | **API type** | **Data type** | **Description** | | --- | --- | --- | --- | | response | Java | int | | | response | Native | qesdk\_transaction\_status | See [QESDK transaction status for Native APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/native_qesdk_class.html) for usage details. Use qesdk\_transaction\_status to confirm API call invocation. If successful, use the `ret` value for the actual API return value object. | | | | | | **Parent Topic:** [LCE subsystem APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/lce_functions.html) Last Published: Nov 14, 2024 [Previous Topic getLastEstimationReport](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/lce_get_last_estimation_report.md) [Next Topic LCE subsystem callback interfaces](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/lce_callback_interfaces.md)