Setting up common styles and SVG
Unlike FastReport.Web
for Core, SVG images for Toolbar and Tabs, as well as some general display styles of Tabs, Outline, etc. have been moved to staticWebAssets
for possible customization in your web application (changing colors, sizes, replacing images).
These resources are located in your local storage. At the time of development/assembly of your application, they are located at:
{UserName}/.nuget/packages/fastreport.web/{version}/staticwebassets
At the time of publishing your web application (dotnet publish), these resources are copied to the directory:
wwwroot/_content/FastReport.Web