SVG in report?

I'd like to create a report which contains SVG vector data. Right now, I have an ASP.NET application which displays this data in an EMBED block of the web page, and it requires Adobe's SVG Viewer plugin to be installed.

Is it possible to display SVG in a report


Answer this question

SVG in report?

  • sachin.rao

    I feared as much.

    My solution to this problem is to use Batik, a Java-based application to render my SVG as PNG images, and display those instead.

  • Neyver

    There is no native support for SVG in Reporting Services at this point. With the CustomReportItem extensibility in RS 2005, third parties could implement a CustomReportItem control for RS 2005 that is capable of drawing SVG into a static image.

    -- Robert



  • SVG in report?