merge cell base on another cell value

Stimulsoft Reports.NET discussion
Post Reply
liomessi32
Posts: 16
Joined: Tue May 25, 2010 1:09 am

merge cell base on another cell value

Post by liomessi32 »

Hi All...
I need to merge cell base on another cell value.is it possible in stimulsoft report 2011?
I find ProcessingDuplicates property that has some value... unfortunately there is not a good documentation about this property.
however i think that one of ProcessingDuplicates's value Merge based on Tag can Solve my problem. but i do not know how this choice works.
can any one help me?
thanks in advance.
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

merge cell base on another cell value

Post by Ivan »

Hello,

Please check the report sample in attachment.

Thank you.
Attachments
1235.Processing duplicates.zip
(3.61 KiB) Downloaded 1182 times
liomessi32
Posts: 16
Joined: Tue May 25, 2010 1:09 am

merge cell base on another cell value

Post by liomessi32 »

Ivan wrote:Hello,

Please check the report sample in attachment.

Thank you.
thank you Ivan...
but I don't understand any thing from this sample...
what is different between Merge and Merge base on value and tag...
Please look at this picture:
Image
I want merge cells in col3 base on col1...
if I use only merge in col3, row2 and 3 will be merged(because both of the have the X value) but i don't it.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

merge cell base on another cell value

Post by Alex K. »

Hello,

Please see the sample report in attachment.

Thank you.
Attachments
1249.sample.xml
(663 Bytes) Downloaded 874 times
1248.SampleReport.mrt
(7.44 KiB) Downloaded 978 times
liomessi32
Posts: 16
Joined: Tue May 25, 2010 1:09 am

merge cell base on another cell value

Post by liomessi32 »

Aleksey wrote:Hello,

Please see the sample report in attachment.

Thank you.
Thank you Aleksey...it works fine and solves my Problem...
Although I find another solution: Merge base on Tag
Finally,I find out how Merge base on Tag Works. the key is GetTag event of stiText.in GetTag event of stiText write:
e.Value = column; for example

Code: Select all

e.Value = Table1.Col1; 
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

merge cell base on another cell value

Post by HighAley »

Hello,

Let us know if you have additional questions.

Thank you.
Post Reply