How to create Title of the Report at Runtime in Crystal Report .Net 
Author Message
 How to create Title of the Report at Runtime in Crystal Report .Net

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



Mon, 11 Oct 2004 13:16:51 GMT  
 How to create Title of the Report at Runtime in Crystal Report .Net
If the date you mention is a parameter then you could create a formula along
the lines of the following:

"Test results for " + cstr({?ParameterName})

HTH


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



Mon, 11 Oct 2004 19:53:23 GMT  
 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.


Tue, 12 Oct 2004 00:37:42 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Merging Multiple Reports at Runtime - Crystal Reports.NET

2. Crystal Reports 8.5 (VB6) to Crystal Reports NET (VB.NET) conversion

3. Creating RCAPI calls from Crystal Reports and viewing the report using a web application in .net

4. Setting the title of a Crystal Report at Runtime

5. Changing (or creating) Report Title at runtime

6. Linking Crystal Report with a stored Procedure -- crystal report for visual studio.net

7. vb .net crystal reports not compatible with Crystal Reports 8.5

8. VB.net and crystal reports.net Multiple reports

9. Web Reports (ASP.NET and Crystal Reports for .Net)

10. Crystal Reports - Report Title Passing

11. crystal.net report from asp.net created (temporary) table

12. Change report title on a Crystal Report 7.0.1

 

 
Powered by phpBB® Forum Software