HI ALEX,
As far as I understand you want to display the Filter that user enters while executing Report.
IF that is the case and PostDate is single field then You can create a textbox with Source Expression as -
FORMAT("Sales Header".GETRANGEMIN("PostDate")) + ' to ' + FORMAT("Sales Header".GETRANGEMAX("PostDate"))
Let me know if I understand it wrong or you have some other requirement.