Issue about report after complie!

Stimulsoft Reports.WEB discussion
Post Reply
Jalal
Posts: 66
Joined: Sat Oct 09, 2010 4:10 am
Location: Palestine

Issue about report after complie!

Post by Jalal »

Hello,

I am trying to use report.complie(), and it works fine. But i have an issue when i have databand that bind to list of objects.

First time, i compile and create the dll, it works fine and i can see list of items in the exported pdf!

But second time, when use :

_report = StiReport.GetReportFromAssembly(dll_name);

_report.Dictionary.BusinessObjects.Clear();
_report.Dictionary.BusinessObjects.Add(CurrentBusinessObject);
_report.RegBusinessObject(CurrentBusinessObject.Category, CurrentBusinessObject.Name, CurrentBusinessObject.BusinessObjectValue);
_report.Dictionary.SynchronizeBusinessObjects();

_report.Render(false);

It just show one item in the exported pdf! ( not the list of items)

for example, first time i can see 10 items printed in the pdf. But the second time when the dll is already created, i just can see one item

Is this work with complied report, or should i do something special to let it work!

Regards,
Jalal
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Issue about report after complie!

Post by Ivan »

Hello,

We couldn't reproduce this bug.
Can you please send us a simple test project, which reproduces the issue?

Thank you.
Jalal
Posts: 66
Joined: Sat Oct 09, 2010 4:10 am
Location: Palestine

Issue about report after complie!

Post by Jalal »

Hello,

I sent a sample as a ticket (EMR-397126) in 18 May 2011 01:10 PM and i still wait a reply.

I hope to hear from you soon.

Regards,
Jalal
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Issue about report after complie!

Post by Andrew »

Hello,

Sorry for the delay with response and inconvenience this may cause. Due to technical reasons the Ticket status was errorneuosly changed. Now it has the Open status and will be replied as fast as possible.

Thank you.
casic
Posts: 68
Joined: Thu Jan 18, 2007 4:25 pm
Location: Germany

Re: Issue about report after complie!

Post by casic »

Hi there,

I have exactly the same problem with 2016.3. Is there any solution?

Cu

Markus
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Issue about report after complie!

Post by Alex K. »

Hello,

Could you explain your issue in more details?
If possible, please send us simple project which reproduces the issue for analysis.

Thank you.
Post Reply