Exporting one pdf for each customer from a serialized report containing all customers movements

Stimulsoft Reports.NET discussion
User avatar
Fabio Pagano
Posts: 355
Joined: Mon Apr 16, 2007 12:38 pm
Location: Bari (Italy)

Exporting one pdf for each customer from a serialized report containing all customers movements

Post by Fabio Pagano »

Yes, vb.net.

--edited--

I have tried with c# and works fine. As a workaround i can actually use c# as script language.

Thanks.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Exporting one pdf for each customer from a serialized report containing all customers movements

Post by Vital »

This problem actual only fro property Tag and only when you are use vb.net. We detect this problem on this week. Patch will be included in build from 30 April.

p.s. You don't need use GroupFooterBand for each GroupHeaderBand. This restriction removed one year ago.

Thank you.
User avatar
Fabio Pagano
Posts: 355
Joined: Mon Apr 16, 2007 12:38 pm
Location: Bari (Italy)

Exporting one pdf for each customer from a serialized report containing all customers movements

Post by Fabio Pagano »

I have downloaded the SR_2007.05.01_D2005.zip file.

This problem, that happened only in vb script language, is solved:
If i want to add in the "page tag" other fields, eg. email, so i set the tag property with "{MyTable.CustomerCode}{MyTable.EMail}", the returned TagValue is "Nothing".

It seems that if in the page tag i set something more than a single field, the returned "Page.TagValue" is nothing.
The other problem (customer code in "Page.TagValue") has now a different behavior, see below.

I am testing with two customers, one on the first page and one on the second page (they have only few movements): on the second page, the "Page.TagValue" property (setted with "{MyTable.CustomerCode}") now returns the first customer code.

This problem gives incorrect behavior of pdf bookmarks too (if i click on the second bookmark, the first page is shown).

Thanks.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Exporting one pdf for each customer from a serialized report containing all customers movements

Post by Vital »

Previous behavior is restored in build from 3 May.

Thank you.
User avatar
Fabio Pagano
Posts: 355
Joined: Mon Apr 16, 2007 12:38 pm
Location: Bari (Italy)

Exporting one pdf for each customer from a serialized report containing all customers movements

Post by Fabio Pagano »

The previous behavior had a problem, see entire post, hope that you'll remove the older bug too.

Thanks.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Exporting one pdf for each customer from a serialized report containing all customers movements

Post by Vital »

Problem solved in build from 3 May.

Thank you.
User avatar
Fabio Pagano
Posts: 355
Joined: Mon Apr 16, 2007 12:38 pm
Location: Bari (Italy)

Exporting one pdf for each customer from a serialized report containing all customers movements

Post by Fabio Pagano »

In 3 May build i have tried all conditions: no problem found.

Great support, thank you.
Post Reply