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
Issue about report after complie!
Issue about report after complie!
Hello,
We couldn't reproduce this bug.
Can you please send us a simple test project, which reproduces the issue?
Thank you.
We couldn't reproduce this bug.
Can you please send us a simple test project, which reproduces the issue?
Thank you.
Issue about report after complie!
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
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
Issue about report after complie!
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.
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.
Re: Issue about report after complie!
Hi there,
I have exactly the same problem with 2016.3. Is there any solution?
Cu
Markus
I have exactly the same problem with 2016.3. Is there any solution?
Cu
Markus
Re: Issue about report after complie!
Hello,
Could you explain your issue in more details?
If possible, please send us simple project which reproduces the issue for analysis.
Thank you.
Could you explain your issue in more details?
If possible, please send us simple project which reproduces the issue for analysis.
Thank you.