Jump to content
We've recently updated our Privacy Statement, available here ×

sole021

Members
  • Posts

    3
  • Joined

  • Last visited

sole021's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. No, as I said, I have no influence on the code that calls the report. One database, one or more predefined parameters (document identifiers and such) and that's it. Oh well, thanks for clearing things up any way. :)
  2. Thanks, but I can't do that since I don't have any influence on the mechanism calling the reports, so I can't do anything outside the report itself (including additional parameters). :(
  3. Now, I know several other people were asking about this, but none of them had the exact same problem as I have: I need a way (and hope there is one) to put more then one querystring in a single report. The point is to pull a company logo from the database to be displayed in the header of every page. I know I can get that in single query, but the problem arises if there are thousands of records. In that case, I would get thousands of copies of a single picture in memory - one for each row of data and if the picture is large, well... On the other hand, subreports wouldn't work since the jasper xml sources are also kept inside the database and get compiled into random names (well, not completely random, but unknown to me at "design time"). And, there is that fact that there are some other data in page headers depending on a report, so I would need as many different subreports as how many reports there are. Meaning, the header wouldn't be reusable. I apologize if my English is bad, but it's not my native language.
×
×
  • Create New...