merge cell base on another cell value
-
- Posts: 16
- Joined: Tue May 25, 2010 1:09 am
merge cell base on another cell value
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.
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
Hello,
Please check the report sample in attachment.
Thank you.
Please check the report sample in attachment.
Thank you.
- Attachments
-
- 1235.Processing duplicates.zip
- (3.61 KiB) Downloaded 1182 times
-
- Posts: 16
- Joined: Tue May 25, 2010 1:09 am
merge cell base on another cell value
thank you Ivan...Ivan wrote:Hello,
Please check the report sample in attachment.
Thank you.
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:

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
Hello,
Please see the sample report in attachment.
Thank you.
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
-
- Posts: 16
- Joined: Tue May 25, 2010 1:09 am
merge cell base on another cell value
Thank you Aleksey...it works fine and solves my Problem...Aleksey wrote:Hello,
Please see the sample report in attachment.
Thank you.
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
Hello,
Let us know if you have additional questions.
Thank you.
Let us know if you have additional questions.
Thank you.