[progress Communities] [progress Openedge Abl] Forum Post: Re: Telerik Reporting (2th Try)

Status
Not open for further replies.
D

DivyaTheja

Guest
Hello Geir, May i know which version of Telerik Reporting you are using? Telerik reporting tool, from version 10 (Q1 2016), provides OpenEdge OpenClient DataSource to fetch data from OpenEdge business logic and design reports using that data. Input to datasource is a DLL (assembly, a proxy generated using proxygen). From reporting designer, you can easily design your report and export the report as pdf file. You can find documentation at docs.telerik.com/.../openclientdatasource Following are steps i tried: Development: 1. Write ABL code with output parameters. 2. Deploy ABL code to OpenEdge appserver. 3. From Proxygen, generate assemblies out of the .r code deployed. Design Reports: 1. From Teleirk Standalone reporting designer/visual studio, create a new report file. 2. Add datasource – OpenEdge OpenClient Data Source. 3. Provide the DLLs generated in step 3, and Appserver details. Make sure that AppServer is running. 4. Click on FINSH. 5. Insert a table with datasource data. 6. Save and click on Preview to see the report. You can export the report to pdf from here. Deployment: Report can be deployed to ABL or can be embedded to html file. Hope this helps, DivyaTheja

Continue reading...
 
Status
Not open for further replies.
Top