Synchronization between AOT and Visual studio when creating a SSRS report

I am creating an SSRS report.

The changes in AOT are not getting reflected in Visual Studio after saving and refreshing the report. Likewise the changes made in visual studio are not reflecting in AOT after clicking “Add to AOT”.

How to achieve synchronization? is there a checklist to follow for synchronization?

Visual studio environment–>report dataset → restore
Rebuild the visual studio project then deploy the project.

Try to find your Report in AOT(SSRSReporst) → Right click → deploy element. For me that’s always work

Thanks to both RajaRavi and Cranberry. I did both from Visual Studio and AOT and the report finally got synchronized.