How to set continuous page number in TOC?

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

Re: How to set continuous page number in TOC?

Post by Anuranjani »

Hello,

Thank You,I have tried with Family ID.But I didn't get the expected result in the last group.Kindly help us to improve.


Thank You
Darsana.R
Attachments
issues.jpg
issues.jpg (164.01 KiB) Viewed 3885 times
used familyid.jpg
used familyid.jpg (177.9 KiB) Viewed 3885 times
Thank You,
Darsana.R
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How to set continuous page number in TOC?

Post by HighAley »

Hello.

Please, send us your report template that you have after suggested changes for analysis.

Thank you
Anuranjani
Posts: 112
Joined: Wed Aug 27, 2014 12:36 pm

Re: How to set continuous page number in TOC?

Post by Anuranjani »

Hello,

Herewith I have attached the report(mrt) with suggested changes.

Thank You,
Darsana.R
Attachments
sample.mrt
(141.94 KiB) Downloaded 518 times
Thank You,
Darsana.R
Anuranjani
Posts: 112
Joined: Wed Aug 27, 2014 12:36 pm

Re: How to set continuous page number in TOC?

Post by Anuranjani »

Hello,

We are having urgent client requirement.Let me know the date when you can provide a solution for us.

Thank You,
Darsana.R
Thank You,
Darsana.R
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How to set continuous page number in TOC?

Post by HighAley »

Hello.

Sorry for delay with answer.
It took some time for analyzing of your report.

At first we should say that it's wrong to parse Columns with int values to int.

Code: Select all

Int32.Parse(Product_Details.FAMILY_ID)
Also you didn't replace the FAMILY_CODE with FAMILY_ID in After Print event of the ReportSummaryBand1 as we suggested twice.

Please, don't set the Number of Pass property of the report to Double Pass and Request Parameters property of the report to True. It cause several errors and exceptions.

Thank you.
Anuranjani
Posts: 112
Joined: Wed Aug 27, 2014 12:36 pm

Re: How to set continuous page number in TOC?

Post by Anuranjani »

Hello,

Thank you,I have made the changes you suggested.But I didn't get the expected result in the last group.Kindly find the attached template and help us to improve.


Thank You,
Darsana.R
Attachments
sample.mrt
(141.84 KiB) Downloaded 267 times
Thank You,
Darsana.R
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How to set continuous page number in TOC?

Post by HighAley »

Hello.

Please, set the right types for columns in your Data Source.
It's enough to remove all columns and add them with Retrieve Columns button.

Thank you.
Anuranjani
Posts: 112
Joined: Wed Aug 27, 2014 12:36 pm

Re: How to set continuous page number in TOC?

Post by Anuranjani »

Hello,

Thank You so much,That's great.

But I need last group page number with using "Family_Code".Here I explained why i used "FAMILY_CODE" instead of "FAMILY_ID".I have attached the Data Structure and snap shot of Template where I made changes to get solution.In this case of scenario,how to get the last group page number?.Kindly review it and help us.

Thank You,
Darsana.R
Attachments
SnapShot of Template.rar
Snap Shot
(710.27 KiB) Downloaded 217 times
Template.rar
Mrt Files
(84.98 KiB) Downloaded 385 times
sampleHuttig.rar
Data Base
(89.3 KiB) Downloaded 397 times
Thank You,
Darsana.R
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How to set continuous page number in TOC?

Post by HighAley »

Hello.

You get the issue with FAMILY_ID because you set the Sort Direction of all Group Headers to None.
Please, set the sorting order of all Group Headers to Ascending.

Thank you.
Anuranjani
Posts: 112
Joined: Wed Aug 27, 2014 12:36 pm

Re: How to set continuous page number in TOC?

Post by Anuranjani »

Hello,

Thank You for response.By setting the sort order ascending in the Group Header Band.Some data are missing while rendering.Herewith I have attached snapshot for your reference.
Attachments
Snapshot
Snapshot
by setting ascending.png (73.85 KiB) Viewed 3860 times
Thank You,
Darsana.R
Post Reply