Report Builder Text Boxes

  • If you have a parameter named StartDate and one named EndDate You would put something like this in your textbox expression...

    ="Start Date: " & Parameters!StartDate.Value

    Or if you wanted to show a range of dates...

    ="Between " & Parameters!StartDate.Value & " and " & Parameters!EndDate.Value

    -Luke.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

Viewing post 1 (of 2 total)

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