cancel
Showing results for 
Search instead for 
Did you mean: 

CR4E - Extract report title from the ReportClientDocument

Former Member
0 Kudos

Hi,

I need to extract out the report's title in order to display it within a page.

I can't seem to figure out where to find the report title (the one set within the Eclipse report designer's property "general->Report Title") from within the ReportClientDocument. When I inspect the ReportClientDocument object via a break point I can see the title within the document's hierarchy, but I just can't figure out how to get it via its getters.

Also, can you point me to the CR4E's javadoc?

Thanks for the help!

Louis

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

reportClientDocument.getReportDocument().getSummaryInfo().getTitle()(RAS )

Former Member
0 Kudos

Cyric,

In the CR4E version, I do not see a getReportDocument() method on the reportClientDocument object... What version are you using?

Thanks,

Louis

Former Member
0 Kudos

Louis

I am using RAS 11.8,plugin in eclipse

ted_ueda
Employee
Employee
0 Kudos

The method to retrieve the Summary Info for a rpt file isn't part of the public API for the Java Reporting Component yet.

Sincerely,

Ted Ueda

Answers (0)