Print on previos page problem

Stimulsoft Reports.Silverlight discussion
VojinDm
Posts: 16
Joined: Thu Feb 24, 2011 3:49 am
Location: Kragujevac

Print on previos page problem

Post by VojinDm »

Hello Aleksey,

It is little complicated to create sample project, and i have very little time. I managed to move content to previous page. I am sorry to bother you for something that is basically simple, but as I said - I have very little time. There is one more problem (I hope last one) - Main reason for using your report engine was option to save report as string to database and load it with report.LoadFromString() method. Now when I must use .cs file that functionality is useless. Main problem is - when customer wants to create new design for report, but use our business objects, he must rebuild application, save report as .cs file,change events and you know what else more.. Main idea was to allow users to create report with their design and give them functionality to save it in database (as string). But as you said, if you don't use compilation - your property doesn't work. Can I still somehow manage this with report as text?

Best regards.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Print on previos page problem

Post by Alex K. »

Hello,

Unfortunately, in the Native version you will not be able to implement this task, this is a restriction of the native version of silverlight. In this case, you can use a client-server version.

Thank you.
Locked