Search found 102 matches

by Tobias
Mon Jun 22, 2020 1:54 pm
Forum: Stimulsoft Reports.NET
Topic: PDF/A-3
Replies: 3
Views: 1151

Re: PDF/A-3

Thanks! This works perfectly!
by Tobias
Wed Jun 17, 2020 8:33 am
Forum: Stimulsoft Reports.NET
Topic: PDF/A-3
Replies: 3
Views: 1151

PDF/A-3

Is there a way to render a report to PDF/A-3 including an attached file?
by Tobias
Tue Feb 18, 2020 1:29 pm
Forum: Stimulsoft Reports.NET
Topic: Bug in image export? CutEdges does not fully cut the margins
Replies: 4
Views: 1930

Re: Bug in image export? CutEdges does not fully cut the margins

Looking at the Reports.Net source code, I see, that with CutEdges set, there are explicitly set a left and right margin to the exported image which is 0.2 times of the orgininal left/right margin. It doesn't make any sense to me, but I see, that this always has been this way, at least since 2010. Is...
by Tobias
Fri Feb 14, 2020 4:27 pm
Forum: Stimulsoft Reports.NET
Topic: Bug in image export? CutEdges does not fully cut the margins
Replies: 4
Views: 1930

Re: Bug in image export? CutEdges does not fully cut the margins

OK. This is really easy to reproduce. See report1.mrt. It contains a page in size 4 x 4 inch with no margins at all. The page contains a black panel of the same size. Go to Preview and save as PNG with 100 dpi. The resulting image is exactly 400 x 400 pixels, so this is ok (report1.png). Now the pro...
by Tobias
Thu Feb 13, 2020 4:04 pm
Forum: Stimulsoft Reports.NET
Topic: Bug in image export? CutEdges does not fully cut the margins
Replies: 4
Views: 1930

Bug in image export? CutEdges does not fully cut the margins

I've created a report with a width of 58mm and a margin (left/right/top/bottom) of 5. This results in a 48mm wide printable area (this is for a thermal receipt printer). When I do : report.ExporDocument(StiExportFormat.ImageBmp, memoryStream, new StiBmpExportSettings { ImageResolution = 203, PageRan...
by Tobias
Mon Jan 27, 2020 11:06 am
Forum: Stimulsoft Reports.NET
Topic: Image scaling to fit width
Replies: 3
Views: 2329

Re: Image scaling to fit width

This doesn't work either. If I set the MaxSize.Width, then the image is correctly scale to the width, but somehow I end up with a lot of vertically free space after the image.
See attachment.
by Tobias
Fri Jan 24, 2020 10:58 am
Forum: Stimulsoft Reports.NET
Topic: Image scaling to fit width
Replies: 3
Views: 2329

Image scaling to fit width

I would like to have an image in a databand (loaded from the data source) which is always scaled to fit the whole width of the databand and to grow/shrink vertically to keep the original aspect ratio. The image is set to "Stretch=True" and "Aspect Ratio=True". Image and databand ...
by Tobias
Fri Nov 29, 2019 3:27 pm
Forum: Stimulsoft Reports.NET
Topic: Timout error in report rendering
Replies: 3
Views: 1258

Re: Timout error in report rendering

I can't reproduce this. I've updated Stimulsoft, the .Net Framework and added csc.exe to the virus scanners exclusion list - I will know in a couple of weeks if this worked or not.
by Tobias
Thu Nov 28, 2019 4:35 pm
Forum: Stimulsoft Reports.NET
Topic: Timout error in report rendering
Replies: 3
Views: 1258

Timout error in report rendering

On a custome machine sometimes I get an ExternalException when rendering a report. Any idea what may cause this? System.Runtime.InteropServices.ExternalException (0x00000102): Timeout beim Warten auf die Ausführung eines Programms. Ausgeführter Befehl: ""C:\Windows\Microsoft.NET\Framework6...
by Tobias
Wed May 08, 2019 9:49 am
Forum: Stimulsoft Reports.NET
Topic: Sum of detail databand where master has filter
Replies: 3
Views: 1480

Re: Sum of detail databand where master has filter

See the above example. The data looks like this: { "Foos": [ { "Id": 1, "Name": "Foo #1", "Type": "foo", "Values": [ { "ParentId": 1, "Name": "Value #1", "Amount": 1.00 }, { "ParentId&q...