Panel problem
Panel problem
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
Where did I go wrong?
Djordje Radovanovic
Re: Panel problem
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.
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
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
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
- Attachments
-
- TestData.rar
- (4.47 MiB) Downloaded 239 times
Re: Panel problem
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.
Thank you.
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");
Re: Panel problem
Nice. Cool feature.
Best regards,
Djole
Best regards,
Djole
Re: Panel problem
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.
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
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
I am using StimulSoft report 2015 subversion 1
Best regards,
Djole
Re: Panel problem
Hello,
Can you please send us a simple project which reproduce the issue for analysis.
Thank you.
Can you please send us a simple project which reproduce the issue for analysis.
Thank you.