Hi,
I found strange problem with legends on line charts when series names are manually written (not from value or argument field).
So to describe proccess:
1. we use web service to render report (.mrt) and save it to disk somewhere in .MDC format
2. client application receives path and opens that .mdc file (rendered report)
3. client application deletes .mdc file
Problem:
in our report we have line chart with 3 series that we manually named, and in Legend they show ok in desing time. In runtime every thing is ok when we render mrt file and show it on screen. But when we render mrt file then save it as mdc and then show it on the screen (as mdc file) series names are not shown in legend any more.
Please help.
Nenad
PS. in attach 1. pic is rendered mrt, 2. pic is report from mdc file
Chart legend problem
Chart legend problem
- Attachments
-
- 256.mdc file.gif (49.66 KiB) Viewed 940 times
-
- 255.rendered mrt file.gif (48.63 KiB) Viewed 940 times
Chart legend problem
Hello,
We could not reproduce the error. We teste the issue the following way:
We created a line chart with three series, and set names to them. Then, using the Web service we rendered and saved the document:
report = new StiReport();
report.Load("E:\\Report.mrt");
report.Render(false);
report.SaveDocument("E:\\Report.mdc");
After loading everything worked as expected.
Could you please tell us the product version you use? Could you please also send us the test project to support@stimulsoft.com?
Thank you,.
We could not reproduce the error. We teste the issue the following way:
We created a line chart with three series, and set names to them. Then, using the Web service we rendered and saved the document:
report = new StiReport();
report.Load("E:\\Report.mrt");
report.Render(false);
report.SaveDocument("E:\\Report.mdc");
After loading everything worked as expected.
Could you please tell us the product version you use? Could you please also send us the test project to support@stimulsoft.com?
Thank you,.
Chart legend problem
Thanks for help, problem was in version.
We are currently in production with 2009.1 version, in the next release of our software we will use 2009.2 were everything
works fine.
Regards,
Nenad
We are currently in production with 2009.1 version, in the next release of our software we will use 2009.2 were everything
works fine.
Regards,
Nenad
Chart legend problem
Hi
Please let us know if you need any help.
Thank you.
Please let us know if you need any help.
Thank you.