In this article, you will learn about the role of EFW file in a report creation. The EFW file is an XML file which serves as the entry point for the report. This file contains the information required to run the report.
Below is the code for sample efw file.
<?xml version="1.0" encoding="UTF-8" ?> <efw> <title>Sample EFW Report</title> <author>Helical</author> <description>This is a sample on how to create a report</description> <icon>images/image.ico</icon> <template>Template.html</template> <visible>true</visible> <style>clean</style> </efw>
Tag Details