<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>FastReport.Mono — FastReport Forum</title>
        <link>https://forum.fast-report.com/en/</link>
        <pubDate>Thu, 14 May 2026 16:04:53 +0000</pubDate>
        <language>en</language>
            <description>FastReport.Mono — FastReport Forum</description>
    <atom:link href="https://forum.fast-report.com/en/categories/fastreport-mono/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>Error &quot;Incorrect syntax near the keyword 'AND'&quot;</title>
        <link>https://forum.fast-report.com/en/discussion/17708/error-incorrect-syntax-near-the-keyword-and</link>
        <pubDate>Mon, 27 Feb 2023 13:38:43 +0000</pubDate>
        <category>FastReport.Mono</category>
        <dc:creator>FelipeDugotex</dc:creator>
        <guid isPermaLink="false">17708@/en/discussions</guid>
        <description><![CDATA[<p>When running the preview in FastReport Designer, it shows the error &quot;Incorrect syntax near the keyword &#39;AND&#39;&quot; and does not display anything, this happened when acquiring version 2023.1.13 and occurs every time you close a project and reopen it, could you please inform me what can be done so that this error does not occur every time, thank you very much.</p>]]>
        </description>
    </item>
    <item>
        <title>Fastreport Mono under Debian, how to create pdf from frx-file</title>
        <link>https://forum.fast-report.com/en/discussion/17665/fastreport-mono-under-debian-how-to-create-pdf-from-frx-file</link>
        <pubDate>Sat, 07 Jan 2023 16:40:53 +0000</pubDate>
        <category>FastReport.Mono</category>
        <dc:creator>horshack</dc:creator>
        <guid isPermaLink="false">17665@/en/discussions</guid>
        <description><![CDATA[<p>My first use is Fastreport-Desktop under Windows. I create an frx-file with the designer-programm. After that I call fastreport.exe (sorry, don&#39;t know syntax exactly, because I am not in my office) with a parameter-file and frx-file. The result is a pdf-file.</p><p>I wish I could do this in my debian-linux environment. So I installed a brand new debian-machine with graphical X-environment. Download fastreport-mono and install it:</p><pre spellcheck="false"># install mono:
apt-get install gnupg dirmngr apt-transport-https ca-certificates -y
apt remove --purge --auto-remove mono-runtime
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF

sudo sh -c &#39;echo &quot;deb https://download.mono-project.com/repo/debian stable-buster main&quot; &gt; /etc/apt/sources.list.d/mono-official-stable.list&#39;
apt-get update
apt-get install mono-complete

# install fastreport
lynx https://www.fast-report.com/en/download/fast-report-mono/
dpkg -i fastreport-mono-demo_all.deb
</pre><p>I find a lot of frx-files, for example: </p><p>/usr/share/fastreport-mono-demo/Demo/Demos/Reports/Text.frx</p><p>How can I create a very simple pdf-file from this frx file from the command line?</p><p>Thanks for your help,</p><p>Richard</p>]]>
        </description>
    </item>
    <item>
        <title>Problem: PDF with Unicode Font</title>
        <link>https://forum.fast-report.com/en/discussion/14712/problem-pdf-with-unicode-font</link>
        <pubDate>Sun, 29 Apr 2018 07:29:25 +0000</pubDate>
        <category>FastReport.Mono</category>
        <dc:creator>ipong</dc:creator>
        <guid isPermaLink="false">14712@/en/discussions</guid>
        <description><![CDATA[this problem also exists in dotnet core....please fix]]>
        </description>
    </item>
    <item>
        <title>Image AutoZoom</title>
        <link>https://forum.fast-report.com/en/discussion/14799/image-autozoom</link>
        <pubDate>Mon, 11 Jun 2018 09:10:02 +0000</pubDate>
        <category>FastReport.Mono</category>
        <dc:creator>stefanfink</dc:creator>
        <guid isPermaLink="false">14799@/en/discussions</guid>
        <description><![CDATA[Hallo,<br />
i have create a fastreport report on windows with FastReport.NET. The same Report does work on FastReport.Mono because of Image AutoZoom is not working. i search i the source code and found<br />
<br />
src/FastReport.Mono/PictureObject.cs<br />
<br />
case PictureBoxSizeMode.Zoom:<br />
/*float kx = drawRect.Width / imageWidth;<br />
float ky = drawRect.Height / imageHeight;<br />
if (kx &lt; ky)<br />
rect.Height = imageHeight * kx;<br />
else<br />
rect.Width = imageWidth * ky;<br />
rect.Offset(<br />
(Width * e.ScaleX - rect.Width) / 2,<br />
(Height * e.ScaleY - rect.Height) / 2);*/<br />
break;<br />
<br />
i have remove the block comment, recompile and all works.<br />
]]>
        </description>
    </item>
    <item>
        <title>Saving report to PDF</title>
        <link>https://forum.fast-report.com/en/discussion/13564/saving-report-to-pdf</link>
        <pubDate>Wed, 29 Jun 2016 19:51:09 +0000</pubDate>
        <category>FastReport.Mono</category>
        <dc:creator>jcmmde</dc:creator>
        <guid isPermaLink="false">13564@/en/discussions</guid>
        <description><![CDATA[Upgraded my application to the latest Mono DLL 2016.1.0.0, but now get a &quot;Font parsing error&quot;.  The Reports and application work fine with the previous older Mono DLL.  Anyone seen this?   Thanks...]]>
        </description>
    </item>
    <item>
        <title>Bad quality while printing under Windows</title>
        <link>https://forum.fast-report.com/en/discussion/13543/bad-quality-while-printing-under-windows</link>
        <pubDate>Mon, 20 Jun 2016 12:55:44 +0000</pubDate>
        <category>FastReport.Mono</category>
        <dc:creator>Rolf Ackermann</dc:creator>
        <guid isPermaLink="false">13543@/en/discussions</guid>
        <description><![CDATA[Dear all<br />
<br />
Since the update to FastReport.Mono 2016 Version the print out is very bad quality. Is there something to consider or do we have to change something in the code?<br />
<br />
]]>
        </description>
    </item>
    <item>
        <title>FastReport-mono - Demo - Object  not found Error (Error 404)</title>
        <link>https://forum.fast-report.com/en/discussion/9685/fastreport-mono-demo-object-not-found-error-error-404</link>
        <pubDate>Sat, 20 Oct 2012 17:07:42 +0000</pubDate>
        <category>FastReport.Mono</category>
        <dc:creator>Synaptris</dc:creator>
        <guid isPermaLink="false">9685@/en/discussions</guid>
        <description><![CDATA[Hi<br />
We have installed the mono on OpenSUSE Linux Version 12.2.<br />
<br />
We had installed successfully installed the following packages:<br />
the Apache web server<br />
the runtime Mono<br />
mod_mono<br />
xsp server (implements ASP.NET-pages functionality)<br />
<br />
After this, we tried executing sample HelloWorld aspx pages and it executes successfully.<br />
<br />
But while trying to executing the FastReport demos, we are encountering the following issues:<br />
<br />
1. While executing the demos in  the folder Demos/C#/Web/Default.aspx, we are getting &quot;Object not found&quot; error  (Error 404).<br />
(We had also provided the permissions 777 to the entire Fast-Reports folder and its sub-folders &amp; files).<br />
<br />
<br />
2. We are getting the following error while executing  &quot;mono Demo.exe&quot; from command line:<br />
====================================================================<br />
Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.XplatUI ---&gt; System.TypeInitializationException: An exception was thrown by the type initializer for System.Drawing.GDIPlus ---&gt; System.DllNotFoundException: gdiplus.dll<br />
at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&amp;,System.Drawing.GdiplusStartupInput&amp;,System.Drawing.GdiplusStartupOutput&amp;)<br />
at System.Drawing.GDIPlus..cctor () [0x00000] in &lt;filename unknown&gt;:0<br />
--- End of inner exception stack trace ---<br />
at System.Drawing.Graphics.FromHdcInternal (IntPtr hdc) [0x00000] in &lt;filename unknown&gt;:0<br />
at System.Windows.Forms.XplatUIX11.SetDisplay (IntPtr display_handle) [0x00000] in &lt;filename unknown&gt;:0<br />
at System.Windows.Forms.XplatUIX11..ctor () [0x00000] in &lt;filename unknown&gt;:0<br />
at System.Windows.Forms.XplatUIX11.GetInstance () [0x00000] in &lt;filename unknown&gt;:0<br />
at System.Windows.Forms.XplatUI..cctor () [0x00000] in &lt;filename unknown&gt;:0<br />
--- End of inner exception stack trace ---<br />
at System.Windows.Forms.Application.EnableVisualStyles () [0x00000] in &lt;filename unknown&gt;:0<br />
at Demo.Program.Main () [0x00000] in &lt;filename unknown&gt;:0<br />
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.XplatUI ---&gt; System.TypeInitializationException: An exception was thrown by the type initializer for System.Drawing.GDIPlus ---&gt; System.DllNotFoundException: gdiplus.dll<br />
at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&amp;,System.Drawing.GdiplusStartupInput&amp;,System.Drawing.GdiplusStartupOutput&amp;)<br />
at System.Drawing.GDIPlus..cctor () [0x00000] in &lt;filename unknown&gt;:0<br />
--- End of inner exception stack trace ---<br />
at System.Drawing.Graphics.FromHdcInternal (IntPtr hdc) [0x00000] in &lt;filename unknown&gt;:0<br />
at System.Windows.Forms.XplatUIX11.SetDisplay (IntPtr display_handle) [0x00000] in &lt;filename unknown&gt;:0<br />
at System.Windows.Forms.XplatUIX11..ctor () [0x00000] in &lt;filename unknown&gt;:0<br />
at System.Windows.Forms.XplatUIX11.GetInstance () [0x00000] in &lt;filename unknown&gt;:0<br />
at System.Windows.Forms.XplatUI..cctor () [0x00000] in &lt;filename unknown&gt;:0<br />
--- End of inner exception stack trace ---<br />
at System.Windows.Forms.Application.EnableVisualStyles () [0x00000] in &lt;filename unknown&gt;:0<br />
at Demo.Program.Main () [0x00000] in &lt;filename unknown&gt;:0<br />
==================================================================================================<br />
<br />
Can you help me to address the above issues so that we can have it working in our environment?<br />
<br />
Appreciate your immediate help.<br />
<br />
regards<br />
Param]]>
        </description>
    </item>
    <item>
        <title>Problem with Web Demo</title>
        <link>https://forum.fast-report.com/en/discussion/10262/problem-with-web-demo</link>
        <pubDate>Wed, 03 Apr 2013 15:16:10 +0000</pubDate>
        <category>FastReport.Mono</category>
        <dc:creator>DavyJohnes</dc:creator>
        <guid isPermaLink="false">10262@/en/discussions</guid>
        <description><![CDATA[Hi all!<br />
I have Debian testing installed on my machine and I want to try Mono Web Reporting functionality.<br />
<br />
I have installed mono by command:
<pre><code>sudo apt-get install mono-complete
</code></pre>
<br />
After that I have installed apache2:
<pre><code>sudo apt-get install apache2
</code></pre>
<br />
Next I have installed libapache2-mod-mono:
<pre><code>sudo apt-get install libapache2-mod-mono
sudo a2dismod mod_mono
sudo a2enmod mod_mono_auto
sudo service apache2 restart
</code></pre>
<br />
Next I have copied all files from Demo to /var/www dir.<br />
<br />
My virtualhost config:
<pre><code>&lt;VirtualHost *:80&gt;
Â Â Â Â Â Â Â Â ServerAdmin webmaster@localhost

Â Â Â Â Â Â Â Â DocumentRoot /var/www/Demos/C/Web
Â Â Â Â Â Â Â Â 
Â Â Â Â Â Â Â Â MonoServerPath &quot;/usr/bin/mod-mono-server4&quot;
Â Â Â Â Â Â Â Â 
Â Â Â Â Â Â Â Â &lt;Directory /&gt;
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Options FollowSymLinks
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â AllowOverride None
Â Â Â Â Â Â Â Â &lt;/Directory&gt;
Â Â Â Â Â Â Â Â &lt;Directory /var/www/Demos/C/Web&gt;
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Options Indexes FollowSymLinks MultiViews
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â AllowOverride None
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Order allow,deny
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â allow from all
Â Â Â Â Â Â Â Â &lt;/Directory&gt;
Â Â Â Â Â Â Â Â ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
Â Â Â Â Â Â Â Â &lt;Directory &quot;/usr/lib/cgi-bin&quot;&gt;
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â AllowOverride None
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Order allow,deny
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Allow from all
Â Â Â Â Â Â Â Â &lt;/Directory&gt;

Â Â Â Â Â Â Â Â ErrorLog ${APACHE_LOG_DIR}/error.log

Â Â Â Â Â Â Â Â # Possible values include: debug, info, notice, warn, error, crit,
Â Â Â Â Â Â Â Â # alert, emerg.
Â Â Â Â Â Â Â Â LogLevel warn

Â Â Â Â Â Â Â Â CustomLog ${APACHE_LOG_DIR}/access.log combined
&lt;/VirtualHost&gt;
</code></pre>
<br />
That's all.<br />
<br />
After accessing url <a href="http://localhost/Default.aspx" rel="nofollow"> http://localhost/Default.aspx</a> I see an error:<br />

<blockquote>
<div><a rel="nofollow" href="/en/profile/"></a> wrote:</div>
<div>FastReport handler not found. Please modify your web.config: IIS6 &lt;system.web&gt; ... &lt;httpHandlers&gt; &lt;add path=&quot;FastReport.Export.aspx&quot; verb=&quot;*&quot; type=&quot;FastReport.Web.Handlers.WebExport&quot;/&gt; .... &lt;/httpHandlers&gt; &lt;/system.web&gt; IIS7 &lt;configuration&gt; ... &lt;system.webServer&gt; &lt;validation validateIntegratedModeConfiguration=&quot;false&quot;/&gt; ... &lt;handlers&gt; ... &lt;remove name=&quot;FastReportHandler&quot;/&gt; &lt;add name=&quot;FastReportHandler&quot; path=&quot;FastReport.Export.aspx&quot; verb=&quot;*&quot; type=&quot;FastReport.Web.Handlers.WebExport&quot; /&gt; &lt;/handlers&gt; &lt;/system.webServer&gt; &lt;/configuration&gt;</div>
</blockquote>
<br />
But in Web.config, wich is located in /var/www/Demos/C/Web/ I can't find this text to edit it. Where is mistake? Help me please!!]]>
        </description>
    </item>
    <item>
        <title>fsdf</title>
        <link>https://forum.fast-report.com/en/discussion/12380/fsdf</link>
        <pubDate>Tue, 11 Nov 2014 06:14:28 +0000</pubDate>
        <category>FastReport.Mono</category>
        <dc:creator>System</dc:creator>
        <guid isPermaLink="false">12380@/en/discussions</guid>
        <description><![CDATA[ssue is, that fastreport is not responding and won't show the SaveFile-dialog after choosing an Export to file type.<br />
<br />
With Fastreport.net it works perfectly fine, with mono not. It does not matter which Export type I choose.<br />
<br />
What could be the reason for not showing the SaveFile Dialog?<br />
<br />
regards<br />
<br />
___________<br />
pasban]]>
        </description>
    </item>
    <item>
        <title>FR hangs while trying to export</title>
        <link>https://forum.fast-report.com/en/discussion/12053/fr-hangs-while-trying-to-export</link>
        <pubDate>Tue, 12 Aug 2014 12:38:03 +0000</pubDate>
        <category>FastReport.Mono</category>
        <dc:creator>magneto</dc:creator>
        <guid isPermaLink="false">12053@/en/discussions</guid>
        <description><![CDATA[Hi, I use the newest fastreport.mono with Windows.<br />
<br />
I have a really simple example with just a footer in it and i Register no data f??r the Export.<br />
<br />
My issue is, that fastreport is not responding and won't show the SaveFile-dialog after choosing an Export to file type.<br />
<br />
With Fastreport.net it works perfectly fine, with mono not. It does not matter which Export type I choose.<br />
<br />
What could be the reason for not showing the SaveFile Dialog?<br />
<br />
regards]]>
        </description>
    </item>
    <item>
        <title>Error Exporting to Pdf</title>
        <link>https://forum.fast-report.com/en/discussion/11210/error-exporting-to-pdf</link>
        <pubDate>Sat, 02 Nov 2013 04:33:58 +0000</pubDate>
        <category>FastReport.Mono</category>
        <dc:creator>Solai</dc:creator>
        <guid isPermaLink="false">11210@/en/discussions</guid>
        <description><![CDATA[<a href="http://imageshack.us/photo/my-images/856/0q4y.png/" rel="nofollow"> <img src="http://img856.imageshack.us/img856/7294/0q4y.png" alt="0q4y.png" /></a><br />
<br />
Im getting above error while using report in mac otherwise in window it work great. can anyone help me out]]>
        </description>
    </item>
    <item>
        <title>FastReport.Mono and Android</title>
        <link>https://forum.fast-report.com/en/discussion/10048/fastreport-mono-and-android</link>
        <pubDate>Thu, 31 Jan 2013 07:20:43 +0000</pubDate>
        <category>FastReport.Mono</category>
        <dc:creator>Lotar</dc:creator>
        <guid isPermaLink="false">10048@/en/discussions</guid>
        <description><![CDATA[On your <a href="http://www.fast-report.com/en/product/fast-report-mono/" rel="nofollow"> FastReport Mono product page</a>, it says the following:<br />

<blockquote>
<div><a rel="nofollow" href="/en/profile/"></a> wrote:</div>
<div>It can be used with Windows, Linux, Mac OS X and <b>any operating system that supports Xamarin Mono</b></div>
</blockquote>
<br />
Yet, when I download the demo and reference FastReport.Mono.dll from within in a Mono for Android project, I get the following compilation error:<br />

<blockquote>
<div><a rel="nofollow" href="/en/profile/"></a> wrote:</div>
<div>Error	Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly 'System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Perhaps it doesn't exist in the Mono for Android profile?<br />
File name: 'System.Drawing.dll'<br />
at Monodroid.Tuner.MonoDroidResolver.Resolve(AssemblyNameReference reference, ReaderParameters parameters)<br />
at Xamarin.Android.Tasks.ResolveAssemblies.AddAssemblyReferences(List`1 assemblies, AssemblyDefinition assembly)<br />
at Xamarin.Android.Tasks.ResolveAssemblies.Execute()</div>
</blockquote>
<br />
Could you please confirm whether FastReport.Mono can be used with Xamarin's Mono for Android? The statement that<i> it is supported on any OS that supports Xamarin Mono</i> leads me to believe that Mono for Android should be supported, too.<br />
<br />
Thank you!]]>
        </description>
    </item>
    <item>
        <title>Problem Found in Trial Use</title>
        <link>https://forum.fast-report.com/en/discussion/9793/problem-found-in-trial-use</link>
        <pubDate>Wed, 21 Nov 2012 05:27:17 +0000</pubDate>
        <category>FastReport.Mono</category>
        <dc:creator>May</dc:creator>
        <guid isPermaLink="false">9793@/en/discussions</guid>
        <description><![CDATA[Hello, we intend to buy fastreport mono, while met problem in trial use. Could you please help to confirm it? Thanks!<br />
<br />
We have a asp.net program. The development environment is visual studio 2005. We use mono to put website to linux machine to run.<br />
<br />
Now we add webreport from fastreport to the program. It can show normally under windows. While put it to linux, it apprears errors in attached screenshot. Could you please help to confirm the problem? Thanks!<br />
]]>
        </description>
    </item>
   </channel>
</rss>
