Hi,
I am working on RDLC reports. I need to show the from and to dates in the aspx page on the header of the RDLC report page. I have googled a lot but didnt find a good solution. Please help me with the solution. A code would help. My textbox ID is: txtFromDate.Text, txtToDate.text. I want to print on the RDLC as:
From <txtFromDate.Text> Till <txtToDate.Text>
From <txtfromSite.Text> To <txtToSite.Text>
Regards,
Deepak