Couple of questions
Posted: Fri Aug 04, 2006 2:53 am
Hi!
I'm currently evaluating StimulReport.Net for usage in our product and a few questions
have come up.
1. Is is possible to permantly add a custom Assembly to a report via a setting or something?
2. How do I correctly add a decimal variable? When using something like this
the designer generates this code which obviously doesn't work:
3. I've looked at the globalization example. As the reports will be designed by our customers in most cases, the approach in
the example is not possible. What would be the easiest way to let a user localize a report?
Regards
Dennis
I'm currently evaluating StimulReport.Net for usage in our product and a few questions
have come up.
1. Is is possible to permantly add a custom Assembly to a report via a setting or something?
2. How do I correctly add a decimal variable? When using something like this
Code: Select all
new StiVariable("Beleg", "GesamtbetragBrutto", typeof(decimal), belegDummy.BelegbetragBrutto.ToString(), false));
Code: Select all
this.GesamtbetragBrutto = 0,00;
the example is not possible. What would be the easiest way to let a user localize a report?
Regards
Dennis