Panel problem

Stimulsoft Reports.NET discussion
Post Reply
dikan
Posts: 202
Joined: Thu Jun 18, 2009 5:05 pm
Location: Serbia

Panel problem

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Panel problem

Post 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.
dikan
Posts: 202
Joined: Thu Jun 18, 2009 5:05 pm
Location: Serbia

Re: Panel problem

Post 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
Attachments
TestData.rar
(4.47 MiB) Downloaded 239 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Panel problem

Post 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.
dikan
Posts: 202
Joined: Thu Jun 18, 2009 5:05 pm
Location: Serbia

Re: Panel problem

Post by dikan »

Nice. Cool feature.

Best regards,

Djole
Attachments
data.xsd
(7.47 KiB) Downloaded 187 times
data.xml
(10.62 KiB) Downloaded 213 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Panel problem

Post 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.
dikan
Posts: 202
Joined: Thu Jun 18, 2009 5:05 pm
Location: Serbia

Re: Panel problem

Post 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
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Panel problem

Post by Alex K. »

Hello,

Can you please send us a simple project which reproduce the issue for analysis.

Thank you.
Post Reply