Page 1 of 1

Where is the StiReport.Compile method ?

Posted: Wed Dec 15, 2010 5:55 am
by Stéphane
Hi,

I created a report dynamically (I add the bands and components by code). It worked but with the last version, there is no StiReport.Compile method anymore and if I call the Render method directly, it freezes.
Why the Compile method didn't exist anymore ?

Cordially,
Kakone.

Where is the StiReport.Compile method ?

Posted: Wed Dec 15, 2010 7:46 am
by Alex K.
Hello,

There is no compilation in Silverlight, therefore the Compile() method is removed.
You can use Render() metod. Also please send us sample wich reproduced this issue.

Thank you.