Stimulsoft Silverlight Runtime editor

Stimulsoft Reports.Silverlight discussion
Locked
seekianshim
Posts: 31
Joined: Mon Jun 07, 2010 7:55 am
Location: Malaysia

Stimulsoft Silverlight Runtime editor

Post by seekianshim »

Hi,

I'm glad that Stimulsoft have been released Silverlight version.
I'm in evaluation in this Silverlight version, can you please help me in verify my doubt?

1. How databinding work in Stimulsoft Silverlight version?
is it just support RegBusinessObject only?
As I know, RegData is not support in this silverlight version

2. How Stimulsoft Silverlight version enable end user edit report during runtime?
Is it i need to use asp.net page to launch the report designer for this issue?
Do you have any video or tutorial cover about this?

3. If end user allow to edit the report during runtime, how user going to save the updated report ?
is it will save into user local hard disk or server?

4. Any limitations for Silverlight version, I've tried with create report in VS2008 but is unable to compile after added assembly from Stimulsoft

Hope you able to clarified above issues for me. I'm waiting so long for this version being released and I wish to have this Silverlight version for my reporting tool.


Thanks,
Shim
Andrew
Posts: 4107
Joined: Fri Jun 09, 2006 3:58 am

Stimulsoft Silverlight Runtime editor

Post by Andrew »

Hello,

1) Since Silverlight is a client side and it is greatly reduced in functionality, it only supports BusinessObject. But if you'll be using ASP.NET components, then it supports almost all that supports the .NET version.

2) Yes, you can edit the report at runtime.
You can use both ASP.NET and Silvelight designer.
Differences:
StiWebDesignerSL - supports a full compilation on the server side.
StiSLDesignerControl - has limited options, and it compiles a report by means of our interpreter (but, in this case, you do not have any server, only Silvelight application).

Please see videos tutorials at http://websl.stimulsoft.com/ and http://sl.stimulsoft.com/ and read documentation at http://www.stimulsoft.com/Documentation ... En.Pdf.zip and http://www.stimulsoft.com/Documentation ... ual.En.zip
http://www.stimulsoft.com/Documentation ... En.Pdf.zip
and http://www.stimulsoft.com/Documentation ... FAQ.En.zip
http://www.stimulsoft.com/Documentation ... FAQ.En.zip and http://www.stimulsoft.com/Documentation ... En.Pdf.zip

3) You can save a modified report both on the client and the server. For this you need to redefine the 'SaveReport' and 'SaveReportAs' events.

4) Please send more information regarding this error.

Thank you.
Locked