Page 1 of 1

Report empty in Silverlight

Posted: Thu Jun 14, 2012 9:55 am
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

Report empty in Silverlight

Posted: Fri Jun 15, 2012 5:22 am
by Alex K.
Hello,

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

Thank you.

Report empty in Silverlight

Posted: Fri Jun 15, 2012 5:46 am
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.

Report empty in Silverlight

Posted: Fri Jun 15, 2012 5:47 am
by ankaek
I just saw the attatch button. I'll attach it shortly.

Report empty in Silverlight

Posted: Fri Jun 15, 2012 5:50 am
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?

Report empty in Silverlight

Posted: Mon Jun 18, 2012 1:15 am
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.

Report empty in Silverlight

Posted: Mon Jun 18, 2012 9:13 am
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.

Report empty in Silverlight

Posted: Tue Jun 19, 2012 8:08 am
by Alex K.
Hello,

Ok.
We wait.


Report empty in Silverlight

Posted: Tue Jun 19, 2012 8:25 am
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.

Report empty in Silverlight

Posted: Wed Jun 20, 2012 9:48 am
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.