Book a Demo

Author Topic: RunReport call from automation does not exclude  (Read 3261 times)

Oliver F.

  • EA User
  • **
  • Posts: 573
  • Karma: +2/-1
  • ArenĀ“t we all in the model business ?
    • View Profile
    • Karl Storz homepage
RunReport call from automation does not exclude
« on: September 08, 2009, 10:42:32 pm »
Just filed a new bug:
======================
When calling the RunReport method from eg. JAVAScript the report is not considering excluded elements.
The same report run with the same templates from the EA user interface (F8) does not output element types which have been excluded while RunReport does.

Create a diagram with eg. 2 use cases in a boundary and a legend.
Create a template and exclude text elements and boundaries from the document options dialog.
Save the template and run it via RunReport over the defined structure: Boundaries and legend are documented as elements.
Run the same template over the structure by pressing F8->No boundaries and no legends.

Called via "pi.RunReport(elGUID,"UseCase",filename);"