Page 1 of 1

merge cell base on another cell value

Posted: Sat Aug 06, 2011 3:07 pm
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.

merge cell base on another cell value

Posted: Mon Aug 08, 2011 12:34 am
by Ivan
Hello,

Please check the report sample in attachment.

Thank you.

merge cell base on another cell value

Posted: Tue Aug 09, 2011 3:32 am
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.

merge cell base on another cell value

Posted: Thu Aug 11, 2011 2:36 am
by Alex K.
Hello,

Please see the sample report in attachment.

Thank you.

merge cell base on another cell value

Posted: Sat Aug 13, 2011 3:04 am
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; 

merge cell base on another cell value

Posted: Sat Aug 13, 2011 5:49 am
by HighAley
Hello,

Let us know if you have additional questions.

Thank you.