VB Crystal Report >> Change Report Title at Design Time

by Sm9lIEdhaW5lcw » Fri, 13 May 2005 07:11:05 GMT

Is there a way to change the text of a report title at design time? Any help
would be much appreciated.


VB Crystal Report >> Change Report Title at Design Time

by ?Utf-8?Q?FrisbeeC2AE » Fri, 13 May 2005 22:02:43 GMT





It's under File->Summary Options IIRC



VB Crystal Report >> Change Report Title at Design Time

by belarch » Sat, 14 May 2005 01:09:37 GMT



>>>> Is there a way to change the text of a report title at design time?
>>>> Any help would be much appreciated. >> >> It's under File>>Summary Options IIRC

There are two ways you can go:
1: Drop a text box on the report header section and type in the title
or
2: Go to File/Summary Info and type the report title in the box labeled
'Title:'. Then in the Field Explorer, click on Special Fields and drag
the Report Title field to the page header section.
If you already have a title and just want to edit it, right click on
the title and click Edit Text.



Similar Threads

1. Changing Application Title in VBA during Run Time

Hi,

I been trying to change the application title during the run time.
I know that Me.Application.Name is read only during run time.

Is there a way to change the application name at run time?
Thanks,
-- 
Den

2. Using .SetText to change report title - VB Crystal Report

3. Dynamically change report title

Hi all. I have Crystal Reports v 9.2.2.634. and Crystal Enterprise v
9.0.0.287. I would like scheduled reports that post to the C.E. web
site to be titled in a way that reflects the data in the report. Is
this possible? TIA.

Paul

4. Changing the Report title - VB Crystal Report

5. Change Crystal report Title Chart at runtime.

Hello,

I am using Crystal Report XI SDK for dot net
And i'm willing to change  chart title at runtime
But i cant access to thet title property.

What is the way to change chart title at runtime



6. Change Connection String at Design Time - VB.Net

7. how to change server name in crystal report of vs.net in design mode

we have a web application. we have created reports in crystal report in
visual studio 2003.net
Now we want to change server to another server. But when I change the
server name of a report in design mode then all of the fields are
removed from report. even the all tables exist in the both servers.
therefore please tell me how to change the server name in design mode
of a report in a way that after changing the server name the fields
should not be delted because it does exist in the both servers.
please send me the solution asap.

8. Design-Time Binding versus Run-Time Binding in VB.NET - Microsoft .NET Framework