Hello Telerik team,
I am currently working on a report using Telerik Report Designer, and I need to allow users to filter data based on a date range (i.e., "from" and "to" date). In Kendo UI, we have a convenient DateRangePicker
component that allows selecting both dates in one UI control.
My question is:
Does Telerik Report Designer support a single “date range” parameter, or do we need to use two separate parameters? DateTime
parameters (e.g., DateFrom
and DateUntil
) to simulate this functionality?
Is there any built-in way to do it using one parameter, or a recommended approach to simulating a range? Please let me know.
Regards,
Prabesh Shrestha