Report empty in Silverlight
Report empty in Silverlight
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
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
Hello,
Please send us a sample which reproduces the issue for analysis.
Thank you.
Please send us a sample which reproduces the issue for analysis.
Thank you.
Report empty in Silverlight
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
I just saw the attatch button. I'll attach it shortly.
Report empty in Silverlight
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
Hello,
Thank you.
Please send it to support@stimulsoft.com and refer to this forum thread.Do you have an email address I can send it to?
Thank you.
Report empty in Silverlight
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.Andrew wrote:Hello,
Please send it to support@stimulsoft.com and refer to this forum thread.Do you have an email address I can send it to?
Thank you.
Report empty in Silverlight
Hello,
Ok.
We wait.
Ok.
We wait.
Report empty in Silverlight
Did you not receive my email with the attachments? Subject line read: Files - Silverlight forum post 6373.Aleksey wrote:Hello,
Ok.
We wait.
Report empty in Silverlight
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.
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.