Report empty in Silverlight

Stimulsoft Reports.Silverlight discussion
Locked
ankaek
Posts: 28
Joined: Thu Jun 14, 2012 9:13 am

Report empty in Silverlight

Post by ankaek »

Hi

I have a solution in Visual Studio consisting of two projects. The first is a forms application where I call the designer. The second is a silverlight project where I consume the cs file I saved when I set up the report in the designer (from the forms application).

The report is populated when I select silverlight preview in the designer. However, when the report is opened in the silverlight viewer, nothings shows up. Only a blank page.

Does anyone have an idea of what can cause this?

Some code:
MainPage.xaml:


MainPage.xaml.cs:
private void buttonRunReport_Click(object sender, RoutedEventArgs e)
{
var report = new Reports.Report();
report.RegBusinessObject("WebInnsyn", "Naboliste", new NeighborListData());
report.Render();
report.Show();
}

The NeighborlistData class contains definitions of my objects (lists within lists) and the test data defined within it shows up correctly in the designer preview.

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

Report empty in Silverlight

Post by Alex K. »

Hello,

Please send us a sample which reproduces the issue for analysis.

Thank you.
ankaek
Posts: 28
Joined: Thu Jun 14, 2012 9:13 am

Report empty in Silverlight

Post by ankaek »

Thank you for the response. Do you have an email address I can send my test project to? I don't see any way to attach my code to the post. My business objects are in several classes.
ankaek
Posts: 28
Joined: Thu Jun 14, 2012 9:13 am

Report empty in Silverlight

Post by ankaek »

I just saw the attatch button. I'll attach it shortly.
ankaek
Posts: 28
Joined: Thu Jun 14, 2012 9:13 am

Report empty in Silverlight

Post by ankaek »

Thank you for the response. I keep getting a "500 server error" when I try to upload the sample project. Do you have an email address I can send it to?
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

Report empty in Silverlight

Post by Andrew »

Hello,
Do you have an email address I can send it to?
Please send it to support@stimulsoft.com and refer to this forum thread.

Thank you.
ankaek
Posts: 28
Joined: Thu Jun 14, 2012 9:13 am

Report empty in Silverlight

Post by ankaek »

Andrew wrote:Hello,
Do you have an email address I can send it to?
Please send it to support@stimulsoft.com and refer to this forum thread.

Thank you.
Thank you. I sent it earlier today. It is the NeighborList report that shows up poulated in the designer, but empty in the silverlight application.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Report empty in Silverlight

Post by Alex K. »

Hello,

Ok.
We wait.

ankaek
Posts: 28
Joined: Thu Jun 14, 2012 9:13 am

Report empty in Silverlight

Post by ankaek »

Aleksey wrote:Hello,

Ok.
We wait.
Did you not receive my email with the attachments? Subject line read: Files - Silverlight forum post 6373.
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

Report empty in Silverlight

Post by Andrew »

Dear Ann,

First of all am sorry for the delay with response. The reason is that by unknown reasons your letter was left on the server and did not get into our ticket system.

Now we solved that issue with your e-mail and sent you a reply.

Thank you.
Locked