Page 2 of 4

Re: PageNumber issue in index

Posted: Fri Sep 05, 2014 2:33 pm
by Anuranjani
Hi,

I kindly ask you to send the solution as soon as possible.

Thank You

Re: PageNumber issue in index

Posted: Mon Sep 08, 2014 10:46 pm
by Ivan
Hello,

We made some improvements in our code.

Now instead of script in Rendering event:

Code: Select all

if (!IsAdded) 
{
	IsAdded = true;
	AddAnchor(Suppliers.Country);
}
please use the following script in the GetTag event:

Code: Select all

AddAnchor(Suppliers.Country, sender);
The patch will be available in the next prerelease build.
Please check the next prerelease build when it will be available and let us know about the result.

Thank you.

Re: PageNumber issue in index

Posted: Tue Sep 09, 2014 8:14 am
by Anuranjani
Hi Ivan,

Thank you for your response.
I have tried out the above solution, but got error message. Herewith i have attached the screen shot of error message. Kindly provide me the corrected mrt file.

Thank You.

Re: PageNumber issue in index

Posted: Tue Sep 09, 2014 12:53 pm
by Alex K.
Hello,
Ivan wrote:The patch will be available in the next prerelease build.
Please check the next prerelease build when it will be available and let us know about the result.
Please check the build which will be available on this week in Friday.

Thank you.

Re: PageNumber issue in index

Posted: Wed Sep 24, 2014 6:06 am
by Anuranjani
Hi Aleksey,

My issue was resolved in the above mentioned build. Thank you for your support.

Re: PageNumber issue in index

Posted: Wed Sep 24, 2014 6:09 am
by Alex K.
Hello,

Let us know if you need any additional help.

Re: PageNumber issue in index

Posted: Mon Oct 06, 2014 7:28 am
by Anuranjani
Hello,

Thank you for your response.We have checked with the licensed version of latest pre-release batch build dated on 12-9-2014.Its working fine,but we met a problem as "Out of Memory Exception" while generating no. of PDF. How would we resolve this??.Help us improve.

Thank You.

Re: PageNumber issue in index

Posted: Mon Oct 06, 2014 8:04 am
by Alex K.
Hello,

Can you please describe your issue in more details.
How many pages in your rendered report? Also please try to turn on the CacheMode for the report.

Thank you.

Re: Out Of Memory Exception

Posted: Mon Oct 06, 2014 11:57 am
by Anuranjani
Hello,

Yeah,Sure.Thank for your kind response.We have checked with the latest licensed pre-release build.We are work with large Reports.Nearly we are generating more than 600 pages,but we are able to generate only less than 100 pages not more than that.It throws exception as "Out Of Memory" while rendering PDF (report.render()).After using the latest build it leads to an issue.Please help us Out!.
And I am having doubt issue causes related to cache memory or the latest release build. Coz we are able to generate large PDF in Previous Version of Stimulsoft.Kindly Help us Improve.

Here with i have attached the error image occurs at the time of PDF generation.Kindly please find the attachment.

Re: PageNumber issue in index

Posted: Tue Oct 07, 2014 6:10 am
by Alex K.
Hello,

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

Thank you.