LimeReport Forum

General Category | Основное => Discussion | Обсуждение => Topic started by: Paul Traut on July 20, 2017, 04:03:35 PM

Title: External Variables
Post by: Paul Traut on July 20, 2017, 04:03:35 PM
How can I use "externel variables" within the Designer?
What can "external variables" be?
Title: Re: External Variables
Post by: Arin Alex 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.