Where is the StiReport.Compile method ?

Stimulsoft Reports.Silverlight discussion
Locked
Stéphane
Posts: 74
Joined: Wed Dec 06, 2006 3:45 am
Location: Paris (France)

Where is the StiReport.Compile method ?

Post 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.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Where is the StiReport.Compile method ?

Post 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.
Locked