Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: raufmohammed
  • Order by date
  1. raufmohammed

    ReportClientDocument Vs ReportDocument to export reports

    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 =...
  2. raufmohammed

    Need some help figuring this one out.

    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...

Part and Inventory Search

Back
Top