logo
small logo
  • Produkte
  • Shop
  • Support
  • Articles
  • Customer panel Support
    • en
    • pt
    • es
    • de
    • pl
    • JP
    • ZH
  • Home
  • /
  • Articles
  • /
  • How to use SVGObject in FastReport .Net 2018.2
  • Wie ein WebReport-Objekt in FastReport.Core aktualisieren

    21. September 2020

    Manchmal gibt es eine Aufgabe, den Report zu aktualisieren, z. B. wenn Sie einen neuen

    read more
  • Berichte und PDF-Dokumente in der Blazor-Anwendung

    5. April 2021

    Microsoft hat kürzlich ein Web-Framework namens Blazor veröffentlicht. Mit diesem Framework kann man ein interaktives

    read more
  • Wie FastReport Business Graphics .NET installieren

    18. August 2021

    In diesem Artikel erfahren Sie, wie Sie FastReport Business Graphics .NET auf Ihrem Computer installieren

    read more
  • Die FastReport Familie der Reportgeneratoren - kurze Overview

    23. März 2020

    Reporting – ein wichtiges Bereich, ohne es Aktivitäten im Alltagsleben richtig schwer vorzustellen. Bürokratie ist

    read more
  • Die Events PreviewControl.OnPrint und PreviewControl.OnExport

    1. Oktober 2020

    FastReport 2019.4 bietet eine Möglichkeit, die Events PreviewControl.OnPrint und PreviewControl.OnExport zu steuern, die direkt aufgerufen

    read more

How to use SVGObject in FastReport .Net 2018.2

20. Mai 2018

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.

about product download buy
avatar
Dmitriy Fedyashov
Technical Writer
Fast Reports Team: Dmitriy Fedyashov - Technical Writer at Fast Reports
.NET FastReport

Add comment
logo
  • 800-985-8986 (English, US)
  • +4930568373928 (German)
  • +55 19 98147-8148 (Portuguese)
  • info@fast-report.com
  • 901 N Pitt Str #325 Alexandria VA 22314
  • Shop
  • Download
  • Dokumentation
  • Referenzen
  • Informationen zur Deinstallation unserer Produkte
  • Ticket system
  • FAQ
  • Tutorial Video
  • Forum
  • Articles
  • Unsere Nachrichten
  • Presse über uns
  • Partner
  • Außergewöhnliche Lizenzierung
  • Kontakte

© 1998-2022 by Fast Reports Inc.

  • Datenschutz