Question

FastReport parameters

Hi Team,

 

I'm trying to set up a report for Order section using FastReport. The intent is for users to apply the required date filter on the Order section and generate the report for that period. For eg, order report for month of April, May etc.

The problem I'm facing is that I'm unable to show the selected date period on the report heading (eg. Order Report 04/01/2024 - 04/30/2024). All the rest of the data populates fine. Not sure if there is a way to pass them as parameters to the report template.

Can anyone suggest a way to achieve this?

Like 0

Like

1 comments

Hi, 

 

To display the selected date range in the report heading using FastReport, you'll need to pass the date parameters to the report and then use them in the report's header. 

 

In this matter, new logic for the interaction of these fields will need to be implemented and specified in the data provider. Unfortunately, we do not have ready-made solutions for this implementation. This approach still needs to be tested.

Show all comments