cancel
Showing results for 
Search instead for 
Did you mean: 

How do I add a textobject to the report footer

Former Member
0 Kudos

I can enumerate to the report footer using the report document. But I cannot find a way to add a text object to the footer. Is this possible? If so, a pointer in the right direction will be much appreciated.

I am using VS 2008 (C#) and Crystal Reports 2008.

Edited by: Japie Botma on Oct 7, 2008 1:31 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

well about inserting a text object in a report footer - you can insert a text objet directly to report footer by clicking on insert and text object.

I just need more information about your requirement and how you are enumerating report through report docuument.

Hope that helps!!

Regards

Amit

Former Member
0 Kudos

Amit, the question was how to do it with code. I did specify VS2008(C#). That is why I am talking about a Report Document object.

former_member183750
Active Contributor
0 Kudos

It is possible to add objects to a report at runtime, but you will have to use the Report Application server (RAS). See the following sample app:

https://boc.sdn.sap.com/files/NET-CS2003_RAS-Managed_BE115_Add_Text-Field.zip

More RAS samples are here;

https://boc.sdn.sap.com/samples/84/1194

Developer libraries are here:

https://boc.sdn.sap.com/developer/library

Ludek

Former Member
0 Kudos

1. We build windows applications. Can you use the RAS server for windows apps as well?

2. The functionality to add and change fields existed since CR9. Has it now been removed?

former_member183750
Active Contributor
0 Kudos

I am pretty sure that it was not possible to add any objects to a report at runtime in CR 9...

And yes, you can use RAS in a Win app. See the following for more details:

[1|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do]

[2|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10b840c0-623f-2b10-03b5-9d1913866b32]

[3|https://boc.sdn.sap.com/developer/library]

Ludek

Former Member
0 Kudos

I have not done it myself, but I have seen code where it is done using the api.

But, thanks. The team will have to discuss how to move forward.

former_member183750
Active Contributor
0 Kudos

If you ever find the code for CR 9, please do share it in this forum.

Ludek

Answers (0)