How to add start date or end date to show in my report

  • I have created a report and would like to show the start date and end date values i have selected ( the parameters) in the header of my report

    E.g using expressions  - Report showing from " startdate " to enddate

    These is from the textbox in the report

    Thanks in advance

  • Hi there,
    You can add a text box to the top of your report, then right click and select expression.
    Enter the following
    = "Date Range: " & Parameters!StartDateTime.Value & " - " & Parameters!EndDateTime.Value

    Hope this helps!
    Cervello

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply