Combining reports dynamically - print blanks the report

Stimulsoft Reports.NET discussion
User avatar
midspace
Posts: 27
Joined: Tue Sep 10, 2013 12:20 am
Location: Melbourne, Australia

Re: Combining reports dynamically - print blanks the report

Post by midspace »

Aleksey wrote:Please try to checkthat you uses the last prerelease build.
Also please try to remove the settings folder:
c:\Users\[userName]\AppData\Local\Stimulsoft\
I've double checked the release, and cleared out the settings folder, uninstalled the current Stimulsoft Release, made sure its not in the GAC, rechecked the binaries.

I've even uploaded the source and the final build for you to check directly.

This is what I expect to see.
StimulsoftToolbar_expectation.png
StimulsoftToolbar_expectation.png (12.54 KiB) Viewed 2012 times
This is what I actually see.
StimulsoftToolbar_acutual.png
StimulsoftToolbar_acutual.png (8.05 KiB) Viewed 2012 times
I don't why this is not working. :(


Please do not upload the projects with not demo .dll files on forum
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Combining reports dynamically - print blanks the report

Post by Alex K. »

Hello,

Please remove the following option in your project or set in false:
newreport.RenderedPages.CacheMode = true;

Thank you.
User avatar
midspace
Posts: 27
Joined: Tue Sep 10, 2013 12:20 am
Location: Melbourne, Australia

Re: Combining reports dynamically - print blanks the report

Post by midspace »

Thank you, this got the Edit Page button.
However, I receive an Exception after editing Page 2 of the report.

System.ArgumentException: Parameter is not valid.
at System.Drawing.Image.GetBounds(GraphicsUnit& pageUnit)
at Stimulsoft.Report.Painters.StiRichTextGdiPainter.Paint(StiComponent component, StiPaintEventArgs e) in d:\Stimulsoft\Stimulsoft.Reports\Stimulsoft.Report\Painters\ComponentsPainters\StiRichTextGdiPainter.cs:line 182
at Stimulsoft.Report.Painters.StiContainerGdiPainter.PaintComponents(StiContainer container, StiPaintEventArgs e) in d:\Stimulsoft\Stimulsoft.Reports\Stimulsoft.Report\Painters\ComponentsPainters\StiContainerGdiPainter.cs:line 259
at Stimulsoft.Report.Painters.StiPageGdiPainter.Paint(StiComponent comp, StiPaintEventArgs e) in d:\Stimulsoft\Stimulsoft.Reports\Stimulsoft.Report\Painters\ComponentsPainters\StiPageGdiPainter.cs:line 553
at Stimulsoft.Report.Viewer.StiPageViewControl.OnPaint(PaintEventArgs e) in d:\Stimulsoft\Stimulsoft.Reports\Stimulsoft.Report.Win\Viewer\StiPageViewControl.cs:line 217
at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
at System.Windows.Forms.Control.WmPaint(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Attachments
Stimulsoft_EditPage2Exception.gif
Stimulsoft_EditPage2Exception.gif (6.01 MiB) Viewed 2005 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Combining reports dynamically - print blanks the report

Post by HighAley »

Hello.

We have reproduced your issue.
We need some additional time to fix the issue.
We will let you know when it will be fixed.

Thank you.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Combining reports dynamically - print blanks the report

Post by HighAley »

Hello.

The bug is fixed.
The patch will be available in our next prerelease build from January 17.

Thank you.
User avatar
midspace
Posts: 27
Joined: Tue Sep 10, 2013 12:20 am
Location: Melbourne, Australia

Re: Combining reports dynamically - print blanks the report

Post by midspace »

Thank you, that it's working great! :-D
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Re: Combining reports dynamically - print blanks the report

Post by Andrew »

Hello,

Excellent!

Thank you for letting us know about this.
Post Reply