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