I generated one summary report in my application. I am working with mvc4. I generated that report using Crystal report. Now I have one view. In that view I have two fields called FromDate, ToDate. If I select FromDate and ToDate and click the ok button it will generate the report as per that two dates criteria and display the report.
FromDate
ToDate
My Report
Now that is working well. What I want is to keep FromDate and Todate in the place which I marked in the report above. How do I do that? How do I pass the dates to crystal report? Any help to resolve this issue?
Todate
My Controller code