Hi,
We need to get the record size/count before scheduling the report printing. This is to avoid the printing of blank report .The IReportPtr instance in c based DLL supports the same. In BOE
Java API, is there any equivalent method ? Or else is there any option in the Crystal Enterprise Server X1 to accomplish it?
In the C client api, the code snippet for getting the number of records is as follows:
noOfRecords = report->PrintingStatus->NumberOfRecordSelected;
We are using the Business Objects crystal Enterprise server 11.
Thanks in advance!