Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: External Variables  (Read 1855 times)

Paul Traut

  • Jr. Member
  • **
  • Posts: 59
    • View Profile
External Variables
« on: July 20, 2017, 04:03:35 PM »
How can I use "externel variables" within the Designer?
What can "external variables" be?

Arin Alex

  • Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 992
    • View Profile
Re: External Variables
« Reply #1 on: July 20, 2017, 08:19:02 PM »
External variables are variables that are passed to the report from an application.
The LimeReport designer has two modes: Standalone and Embedded. When the designer is runned in the embedded mode you can see all variables that the application transfered to LimeReportEngine via datamanager.setReportVariable(...). The difference between the "Report Variable" and the "External Variable" is that the "Exteranal Variable" is not stored in the lrxml file.