WebFOCUS Online Help > ReportCaster Development and Administration > ReportCaster Formats for Scheduled Output > SVG

SVG

Format: SVG (.svg)

Description: Scheduled output opens as a graph image. This file format, based on Extensible Markup Language (XML), presents powerful, interactive images.

Suggested Uses: E-mail, Library

Considerations: Recipient must have an SVG viewer, such as Adobe SVG Viewer for Windows. To download Adobe SVG Viewer for Windows, go to http://www.adobe.com.

Only works with procedures that contain GRAPH FILE syntax.

Bursting is supported and is performed on the second BY field in the GRAPH FILE request.

Drill downs are not supported, as this format creates a static image.

SVG graphs delivered by e-mail or to Managed Reporting from a z/OS ReportCaster Distribution Server cannot be opened. To resolve this issue, edit the ReportCaster Distribution Server sendmodes.xml file (located in the /cfg directory) and change the <mode> value from binary to text. For example:

<sendmode>    <extension>svg</extension >    <mode>text</mode>    <mime>image/svg+xml</mime > </sendmode>

WebFOCUS