In the query string they are represented as '''dteReport_From''' and '''dteReport_To'''.
These two fields can be passed 38 paramparameters that can be passed to each field.
*Now
*ThisYear_End
*NextYear_End
These can be split into start dates and end dates after the underscore in each field there will either be the word start or end.
'''Example - Today'''
dteReport_From=Today_Start&dteReport_To=Today_End
''Or - This Week''
dteReport_From=ThisWeek_Start&dteReport_To=ThisWeek_End
''Or - This Month''
dteReport_From=ThisMonth_Start&dteReport_To=ThisMonth_End
'''URL Example'''
The below URL is an example of a report being pulled on for 28 for today.
The link is not an actual page in bxp software but is an example of how the report URL should look, everything after the question mark is valid bxp software code.
myform_reports.asp?intCampaign_Id=28&dteReport_From=Today_Start&dteReport_To=Today_End