Silverlight report viewer native mode evaluation
Posted: Mon Jun 13, 2011 11:58 am
I am currently evaluating your silverlight reports viewer - I am using this in its native mode i.e. no server. Data will be supplied at runtime.
I have a question:
Q) In native mode, is it only c# reports that can be supplied to the viewer? i.e. do you design reports using *.mrt files and save as *.cs files?
Also, I would like to report the following error:
I get errors in the generated cs file when saving a report from the designer as file type "CSharp files for Silverlight reports (*.cs)":
Thanks.
I have a question:
Q) In native mode, is it only c# reports that can be supplied to the viewer? i.e. do you design reports using *.mrt files and save as *.cs files?
Also, I would like to report the following error:
I get errors in the generated cs file when saving a report from the designer as file type "CSharp files for Silverlight reports (*.cs)":
I can work around this just now by deleting the last parameter i.e. ", false".this.Page1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Windows.Media.Color.FromArgb(255, 0, 0, 0), 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Windows.Media.Color.FromArgb(255, 0, 0, 0)), false);
Thanks.