
How to create Title of the Report at Runtime in Crystal Report .Net
Quote:
>Hi!
>The reports I am creating in Crystal Report . Net, requirs the dynamic
>title. Something like the title of the report would change such as
>"Test results for 04/25/2002" OR "Test results for the month of April"
>an so...
>I need it urgently... Any help would be highly appreciated.
>Thanks in anticipation
>Nisheeth Shrotriya
You can modify the contents of a formula field at run time. How you
do it depends on whether you're using the API, the Crystal OCX or the
automation object. It only updates the instance in memory, not the
rpt file. Look for help under the method you're using to run the
report.