OpenClientDataSource Component Overview
OpenClient data source is a component dedicated to feeding report data items from OpenEdge AppServer ABL procedures. To communicate with the AppServer the data source component uses an Open Client .NET proxy class library that is generated using the OpenEdge .NET Proxy Generator tool:
- Preparing to generate proxies for a .NET client using ProxyGen or Batch ProxyGen
- Generating Proxies and Web Service Definitions
Supported ABL Procedures
To be suitable for reporting purposes the ABL procedure has to have the following properties:
- The procedure should not be nested
- The data should be returned as an OUTPUT or INPUT-OUTPUT parameter of type DATASET or DATATABLE
- To have data schema while designing reports it is recommended to specify schema for the DATASET/DATATABLE
Supported developer platforms
- .NET Framework 4.6.2 and above