Search found 32 matches

by chris.procter
Mon May 21, 2012 3:16 am
Forum: Stimulsoft Reports.WPF
Topic: "Width must be non-negative." error loading report
Replies: 2
Views: 1563

"Width must be non-negative." error loading report

Hello. One of my colleagues has somehow made a report that I am unable to open. It's somewhat complicated and I'd like to be able to tweak it rather than recreate it. For whatever reason it seems to render to .pdf okay in the final application. The stack is: Width must be non-negative. at System.Win...
by chris.procter
Mon Nov 01, 2010 9:28 am
Forum: Stimulsoft Reports.WPF
Topic: Question on combining reports
Replies: 8
Views: 5916

Question on combining reports

Huzzah! Thanks; method 2 now works in 2010.10.27

I'm off to see if this method fits my specific requirements. :-)
by chris.procter
Fri Oct 29, 2010 10:00 pm
Forum: Stimulsoft Reports.WPF
Topic: PrinterSettings and .Wpf
Replies: 3
Views: 2595

PrinterSettings and .Wpf

I just tried StiReport.PrintReports([reports],something, copies, PrinterSettings) , which seemed to be exactly what I was wanting at this point, but it needs Stimulsoft.Report.Win. If you don't mind me saying, it's very frustrating trying to figure out how to do something when half the methods liste...
by chris.procter
Fri Oct 29, 2010 9:12 pm
Forum: Stimulsoft Reports.WPF
Topic: PrinterSettings and .Wpf
Replies: 3
Views: 2595

PrinterSettings and .Wpf

Hi there. I'm trying to print a few hundred cheques with the same settings. Our original method isn't working so well, so I decided to try to save the printer settings of the first cheque, and apply them to the rest. I found a previous issue here and tried to copy it, but my code: StiOptions.Print.U...
by chris.procter
Fri Oct 29, 2010 5:45 pm
Forum: Stimulsoft Reports.WPF
Topic: Question on combining reports
Replies: 8
Views: 5916

Question on combining reports

Thanks for the reply; we've been very busy with other things for a while. I used the first method, but we're trying to combine hundreds, possibly thousands of reports, and got the error: System.Exception: error CS1647: An expression is too long or complex to compile at Stimulsoft.Report.StiReport.Co...
by chris.procter
Fri Oct 08, 2010 3:28 pm
Forum: Stimulsoft Reports.WPF
Topic: Report errors - where did they go?
Replies: 16
Views: 8833

Report errors - where did they go?

<r>Thanks for the reply<br/> <br/> Unfortunately, that hasn't fixed my problem.<br/> I tried<br/> - Changing the UI theme<br/> - Restoring UI defaults<br/> - Deleting the files as suggested (two files "Stimulsoft.Report.Design.config" and "Stimulsoft.Report.settings" came back after running the desi...
by chris.procter
Mon Oct 04, 2010 12:04 pm
Forum: Stimulsoft Reports.WPF
Topic: Report errors - where did they go?
Replies: 16
Views: 8833

Report errors - where did they go?

Aha! The WPF designer does have error reporting! On the bottom bar in preview, there's a "Messages" button that opens a window displaying errors! Unfortunately for me, while this is visible in the Demo designer I've somehow managed to turn it off in my unit test, which is why I've been ask...
by chris.procter
Mon Oct 04, 2010 11:27 am
Forum: Stimulsoft Reports.WPF
Topic: WPF Designer Performance
Replies: 17
Views: 9248

WPF Designer Performance

We were using the provided (pre)pre-release for speed purposes, but I thought I should add for everyone that with release 2010.2, the designer performance (using the types of objects we are) remains great. Thanks! :-)
by chris.procter
Fri Sep 24, 2010 11:10 am
Forum: Stimulsoft Reports.WPF
Topic: Question on combining reports
Replies: 8
Views: 5916

Question on combining reports

Sorry, I'm still getting the same error. Here's a stacktrace with the "true" argument if that's helpful: System.Exception was unhandled by user code Message=Assembly 'Stimulsoft.Report.Win' is not found Source=Stimulsoft.Report StackTrace: at Stimulsoft.Report.StiGuiOptions.GetProgressInfo...
by chris.procter
Thu Sep 23, 2010 7:51 pm
Forum: Stimulsoft Reports.WPF
Topic: Question on combining reports
Replies: 8
Views: 5916

Question on combining reports

In a recent thread, Aleksey describes two methods to combine reports. (Headers not working right) . As it turns out, we'd like to convert a series of reports (many customer printouts) in to one single report. I had some initial luck with the first method (pasting rendered pages in to a single report...