Not entirely sure what you are looking to do, but Zen reports does support the following
1. Use of the parameter DATASOURCE that can be used to provide the XML ReportDefinition component (file based) [
2. Use of the <CALL> tag to allow for direct insertion of XML into the ReportDefinition component (stream based) [
3. Use of the <INCLUDE> tag to allow for direct xdata insertion into the ReportDefinition component [
Either of these can be used to create the XML of the ReportDefinition section, and then use those entries in your ReportDisplay section.
Thanks Julie
- Log in to post comments