To Create Report Dynamically

Stimulsoft Reports.Silverlight discussion
Locked
yasminteles
Posts: 7
Joined: Tue Dec 04, 2012 1:37 am

To Create Report Dynamically

Post by yasminteles »

Hello.

The company acquired the license of Stimulsoft Reports for Silverlight.

We need example to create Silverligt Report dynamically. The entire report should be created dynamically with colums and contents.

Could you pass me an example?

Thankyou

Teles
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: To Create Report Dynamically

Post by HighAley »

Hello.

You could use the same code as in the Reports.Net.

Thank you.
Attachments
DynamicCreateReport.zip
(15.46 KiB) Downloaded 286 times
yasminteles
Posts: 7
Joined: Tue Dec 04, 2012 1:37 am

Re: To Create Report Dynamically

Post by yasminteles »

Hello

The example you passed it worked perfectly.

I'm using Stimulsoft Reports.Silverlight 2012.3.

I'm with some difficulties to develop Silverlight Reports that is occurring
errors. Could you help me? Follow the attached project.

Another doubt: I can change the location to pt-BR for report.Design in silvelight?

Thank's

Nadia
Attachments
Relatorio.rar
(14.99 MiB) Downloaded 299 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: To Create Report Dynamically

Post by HighAley »

Hello.

There is no Show method in the Silverlight. You should assign a report to the Report property of the Viewer.

Thank you.
Locked