ActiveReports 13
Svg Image
ActiveReports 13 > ActiveReports User Guide > Samples and Walkthroughs > Samples > Advanced > Page and RDL Reports > Svg Image

This sample illustrates using SVG (Scalable Vector Graphics) as image format in ActiveReports through third-party assembly, Svg (SVG Rendering Library, see in NuGet packages). The use of SVG for rendering improves the precision of graphics significantly, so that even complex graphics look sharp and crisp.

TestDesignerPro

TestDesignerPro


TestViewer

TestViewer

Sample Location

Visual Basic.NET

<User Folder>\Documents\GrapeCity Samples\ActiveReports 13\Advanced\PageAndRDL\SvgImage\VB.NET

C#

<User Folder>\Documents\GrapeCity Samples\ActiveReports 13\Advanced\PageAndRDL\SvgImage\C#

Details

When you run this sample, an RDL report with an SVG image is displayed. You may need to install Svg library; the steps are as follows: 

  1. Open "Package Manager Console".
  2. Use "Install-Package -Id Svg" command.
  3. Select the project in the Solution Explorer and click Refresh in toolbar.

The sample consists of the following projects: