cancel
Showing results for 
Search instead for 
Did you mean: 

how to get ReportObjects Count & its value

Former Member
0 Kudos

Hi,

I am new to Business Object XI. I want to know the total number of ReportObjects in ReportFooter Section of the report.Suppose the count comes to 10 than i want the value for the 10th Report Object.Can anyone please help me out with the code ? I am using com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.Thorugh this reportClientDoc i want to get the details.

For Below code i want to have respective java code

crRecordCount = 0

Dim i As Integer

i = crxReport.Sections("RF").ReportObjects.Count

If i <> 0 Then crRecordCount = crxReport.Sections("RF").ReportObjects(i).Value

Thanks in Advance

Edited by: prakhar paharia on Jan 15, 2009 10:29 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

ted_ueda
Employee
Employee
0 Kudos

That doesn't look like Java.

Sincerely,

Ted Ueda

Former Member
0 Kudos

the code mentioned is not java .it is vb code.I want respective java code.Descripiotn i have already mentioned.

ted_ueda
Employee
Employee
0 Kudos

You were using RDC, not Enterprise.

What are you using now?

Sincerely,

Ted Ueda

Former Member
0 Kudos

I am using RAS SDK..by the way can you also please help me out in order to know whether report contains data or not.i.e number of records in report.

Thanks

Prakhar Paharia

ted_ueda
Employee
Employee
0 Kudos

Are you using Enterprise?

Sincerely,

Ted Ueda

Former Member
0 Kudos

Yes I am using Enterprise....

Thanks

Prakhar Paharia