How to use SVGObject in FastReport .NET 2018.2

2018-05-20

Format SVG (Scalable Vector Graphic) was developed in the late 90's to display vector graphics in Web sites. The basic idea behind it is the use of XML for describing the image. This made SVG very popular in the web graphics. Using css or java script, it's easy to change the XML description of an image. Accordingly, it is easy to make an animation or just change the color.

Based on this, you can identify the main advantages and disadvantages compared to other formats popular in the web graphics, such as png and gif.

Advantages:

- small size;

- Flexibility. With CSS, you can quickly change the graphics settings, such as the background color or the position of the logo on the page;

- ability to resize the image without changing the quality. This is a feature of vector graphics;

Disadvantages:

- A large file size if the object consists of a large number of small elements.

As you can see, there are very few shortcomings.

In FastReport.Net, we can export the report to SVG format. But now we will talk about something else. Specifically, about the SVG report object. That is, about the possibility of inserting an SVG vector image into a report. For this, an SVG  object is provided on the toolbar in the report designer. Previously, this object was available as a plug-in to the report designer. Now it is included in the library.

This object is inherited from the Picture object, so the editing window is almost the same for it.

 

And on the report page, the SVG object has no difference from Picture:

To scale the image, simply drag the object with the mouse:

If you export this report in HTML format, the image will be exported as svg file, in html code the link will appear:

1
<img src="SVG.D366E814F147C36F912200FCD8949836.svg" alt=""/></td>

  To create an SVG object in the application code, use:

1
FastReport.SVG.SVGObject svg = new FastReport.SVG.SVGObject();

  Restrictions - the object is currently supported in the assembly for .Net Framework 4. In the future, .Net Core support is possible.

.NET .NET FastReport FastReport SVG SVG
April 22, 2025

Working with the TfrShellTreeView Component in FastReport VCL

In this article, we will look at the TfrShellTreeView component. It is designed to display file system elements and is partially analogous to the TDirectoryListBox, TDirectoryOutline, and TShellTreeView components.
April 21, 2025

How RFID Tags Work in FastReport VCL

In this article, we'll check out how RFID tags work with the new TfrxDeviceCommand object in FastReport VCL with release 2025.2.
April 08, 2025

How to Set Up a Connection to Apache Ignite in FastReport .NET

In this article, we will explore how to configure a connection to Apache Ignite in FastReport .NET. You will learn the necessary steps to connect the plugin via code and the report designer.
Fast Reports
  • 800-985-8986 (English, US)
  • +31 97 01025-8466 (English, EU)
  • +49 30 56837-3928 (German, DE)
  • +55 19 98147-8148 (Portuguese, BR)
  • info@fast-report.com
  • 66 Canal Center Plaza, Ste 505, Alexandria, VA 22314

© 1998-2025 Fast Reports Inc.