I am using RAS SDK and using ReportClientDocument one can directly export to PDF. I have done it using Java and following is the method used.
private byte[] generateOther(ReportClientDocument reportDoc) throws Exception {
InputStream is =...
Hi,
You requirement needs the data to be compared on different records. Try the following.
Split your reports into two section. The main report retrieving the data only for the counter of 1 and 2. This you can achieve by grouping on primary key (in your case MR) and using the "having" clause...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.