Hi,
I need to print in the bank passbook through java code. There is an API pageRange() available in com.crystaldecisions.sdk.occa.report.document.PrintReportOptions.
But I need to process row by row because passbook having multiple number of pages and multiple rows per page and so on. Iam having input of From which row to print...? and how many rows to print...?
Example:
Number of Pages in the bank passbook = 10.
Number of rows per page in the passbook = 10.
I need to print from 16th row to 28th row that is 13 rows.
Could you please help me for this....?
Thanks,