Hi All,
I have a requirement in my project to rename the generated crystal report dynamically. Below example is what I need.
Format : ABC_<ReportName>_<Institution>_<Date from> to <Date to>
Ex: ABC_MR001_INSTITUTE_02-Sep-2013 to 01-May-2015
Institution and Dates are being passed as parameters while running the report. It has to get this information while saving and save the file in the above format. Is that possible? It is very urgent. Please help.