Page 1 of 1
Panel problem
Posted: Mon Sep 28, 2015 10:57 am
by dikan
I have panel definition in footer of report. It contains data band with header and footer. When I ask designer to print preview report, everything is alright but when I try to print same data from my application panel is invisible. I have one report with same structure but from other dataset and it works find. I tried to compare all attributes but found nothing different.
Where did I go wrong?
Djordje Radovanovic
Re: Panel problem
Posted: Mon Sep 28, 2015 11:12 am
by HighAley
Hello, Djordje.
We need to reproduce the issue to help you.
Could you send us your report template with sample data for analysis?
Thank you.
Re: Panel problem
Posted: Mon Sep 28, 2015 9:23 pm
by dikan
Hi Aleksey,
problem is that data is from firebird SQL database. So, it was not an easy task to sent you with sample data. Here is .rar file with firebird embed sql database server with report to reproduce the problem.
You need to correct data path in datasource definition. Just to repeat myself, problem is not in print preview through designer, problem is when I have compiled .dll.
Best regards,
Djole
Re: Panel problem
Posted: Tue Sep 29, 2015 1:48 pm
by HighAley
Hello.
Sorry, for delay with answer. We need some additional time to check the issue.
It will be faster if you send us your data as XML. You could get it with next code in the BeforePrint event of a page and sent us the files you will get.
Code: Select all
{YourDataTableName}.DataTable.DataSet.WriteXml("e:\\data.xml");
{YourDataTableName}.DataTable.DataSet.WriteXmlSchema("e:\\data.xsd");
Thank you.
Re: Panel problem
Posted: Tue Sep 29, 2015 9:05 pm
by dikan
Nice. Cool feature.
Best regards,
Djole
Re: Panel problem
Posted: Thu Oct 01, 2015 5:33 am
by Alex K.
Hello,
We couldn't reproduce this bug.
Please check that PFSTP datasource (for band in the panel) have data if you print report from your application.
Also please clarify which version you are use? Also can you please prepare the simple application which reproduce the issue for analysis.
Thank you.
Re: Panel problem
Posted: Thu Oct 01, 2015 10:44 am
by dikan
I sent you same data source as I use in my app. XML and XSD are produced from same dataset that is used by designer and application. As you see default value for l_BrPrf variable is 2 and l_PGod is default value 2015. These values I supply to report from application. As you see in .xml file PFSTP has value, one line but has value. I can provide you my PROFAK.DLL but it was made from PROFAK.MRT.
I am using StimulSoft report 2015 subversion 1
Best regards,
Djole
Re: Panel problem
Posted: Thu Oct 01, 2015 1:26 pm
by Alex K.
Hello,
Can you please send us a simple project which reproduce the issue for analysis.
Thank you.