Search found 9 matches

by hbdibit
Sun Mar 17, 2019 6:16 pm
Forum: Stimulsoft Reports.WPF
Topic: Scatter Line graph does not draw data line with date time format
Replies: 3
Views: 2802

Re: Scatter Line graph does not draw data line with date time format

I see now. The datetime was being passed into the report as a DateTime format (the csv were just an example, our real report was using datetimes) but I just had to use the Format property on the XAxis to manipulate the viewing of the data. the format used was dd/MM/yyyy hh:mm:ss.fff tt (the tt would...
by hbdibit
Thu Mar 14, 2019 11:23 pm
Forum: Stimulsoft Reports.WPF
Topic: Scatter Line graph does not draw data line with date time format
Replies: 3
Views: 2802

Scatter Line graph does not draw data line with date time format

Hello Stimulsoft,

I am generating a scatter line report, where I am plotting a value over time.

However, I have noticed if the date time format is not in a specific format the line does not draw.

attached is a PDF of what I mean.

also attached is an MRT and the related csv data files

Thanks
Craig
by hbdibit
Thu Aug 03, 2017 7:10 pm
Forum: Stimulsoft Reports.WPF
Topic: Exception when refreshing a report
Replies: 1
Views: 1781

Exception when refreshing a report

Hello, I am currently having an issue where if the find tool is in use and the refresh button is clicked Stimulsoft raises an exception to reproduce: 1) open and load a report 2) using the find tool search for some text in the report 3) then click the refresh button System.InvalidOperationException ...
by hbdibit
Fri Feb 17, 2017 2:29 am
Forum: Stimulsoft Reports.WPF
Topic: Extra blank page when first row extends over a page
Replies: 3
Views: 3166

Re: Extra blank page when first row extends over a page

Hello again,

Applying the CanBreak property on the Text and DataBand components works thank you.

however, we have just noticed that when saving the report to a csv file the datarows are being broken into two lines

is it possible to make it one single entry into the csv file?

thanks
Craig
by hbdibit
Wed Jan 25, 2017 2:49 am
Forum: Stimulsoft Reports.WPF
Topic: Printing Large Reports locks up the UI
Replies: 13
Views: 7518

Re: Printing Large Reports locks up the UI

Hi Aleksey,

this is a solution for rendering the report.
I am talking printing of the report.

Doing these examples will render the report on a background thread but the UI will still lock up when attempting to print the report

Thank you
by hbdibit
Thu Jan 19, 2017 11:10 pm
Forum: Stimulsoft Reports.WPF
Topic: Printing Large Reports locks up the UI
Replies: 13
Views: 7518

Printing Large Reports locks up the UI

Hello, I have noticed when printing a report the UI become unresponsive until the report has been fully loaded into the printing queue. This is not a problem for small reports (as it happens very quickly), the larger the report gets the more obvious it becomes (to the point where windows believes my...
by hbdibit
Tue Nov 01, 2016 11:00 pm
Forum: Stimulsoft Reports.WPF
Topic: Report Printed event
Replies: 9
Views: 5632

Re: Report Printed event

Thank you very much.
It works very well
by hbdibit
Mon Oct 31, 2016 10:29 pm
Forum: Stimulsoft Reports.WPF
Topic: Report Printed event
Replies: 9
Views: 5632

Report Printed event

Hello, I am trying to get notified if a report is being sent to the printer. I have found the Printed event handler, which looks like it is supposed to do what I am after. However, if the user selects cancel on the windows print dialog the Report.Printed event is still being raised Is there a way to...
by hbdibit
Thu Oct 27, 2016 6:58 pm
Forum: Stimulsoft Reports.WPF
Topic: Extra blank page when first row extends over a page
Replies: 3
Views: 3166

Extra blank page when first row extends over a page

Hello,

I am trying to generate a report where sometimes the first row of the report can be longer than a single page.
When this happens the report is rendered with an extra blank page at the front of the report.

Below is a provided example

Thanks
Craig