Page 1 of 1

Silverlight report viewer native mode evaluation

Posted: Mon Jun 13, 2011 11:58 am
by mcinp
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)":
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);
I can work around this just now by deleting the last parameter i.e. ", false".

Thanks.

Silverlight report viewer native mode evaluation

Posted: Tue Jun 14, 2011 12:56 am
by Andrew
Hello,

In the native version only a C# language is supported.
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);
Probably you use an older version of the report generator. Please download the latest version.

Thank you.

Silverlight report viewer native mode evaluation

Posted: Wed Jun 15, 2011 3:30 am
by mcinp
I am using the native silverlight report designer v 2011.1.1000 from 4 April 2011.

Silverlight report viewer native mode evaluation

Posted: Wed Jun 15, 2011 6:10 am
by Anton Lozovskiy
Hello,

Please check the latest prerelease build.

http://stimulsoft.com/ReportsDesignerSi ... loads.aspx

Thank you.