
This code example provides a way of concatenation of multiple
fields/parameters/other string in a single control.
Here, startDate and endDate are two parameters of a Date Range.
We want to display these two parameters in a single XRLabel. The dates should
be formatted as MMMM d, yyyy. It needs...