PageNumber issue in index

Stimulsoft Reports.NET discussion
Anuranjani
Posts: 112
Joined: Wed Aug 27, 2014 12:36 pm

Re: PageNumber issue in index

Post by Anuranjani »

Hi,

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

Thank You
Thank You,
Darsana.R
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Re: PageNumber issue in index

Post 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.
Anuranjani
Posts: 112
Joined: Wed Aug 27, 2014 12:36 pm

Re: PageNumber issue in index

Post 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.
Attachments
Error Message.png
Error Message.png (36.46 KiB) Viewed 2633 times
Thank You,
Darsana.R
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: PageNumber issue in index

Post 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.
Anuranjani
Posts: 112
Joined: Wed Aug 27, 2014 12:36 pm

Re: PageNumber issue in index

Post by Anuranjani »

Hi Aleksey,

My issue was resolved in the above mentioned build. Thank you for your support.
Thank You,
Darsana.R
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: PageNumber issue in index

Post by Alex K. »

Hello,

Let us know if you need any additional help.
Anuranjani
Posts: 112
Joined: Wed Aug 27, 2014 12:36 pm

Re: PageNumber issue in index

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

Re: PageNumber issue in index

Post 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.
Anuranjani
Posts: 112
Joined: Wed Aug 27, 2014 12:36 pm

Re: Out Of Memory Exception

Post 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.
Attachments
Out of Exception Issue
Out of Exception Issue
image for stimulsoft 1.jpg (82.51 KiB) Viewed 2583 times
Last edited by Anuranjani on Mon Oct 06, 2014 12:38 pm, edited 2 times in total.
Thank You,
Darsana.R
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: PageNumber issue in index

Post by Alex K. »

Hello,

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

Thank you.
Post Reply