Hi,
i have created a CardView & there are two rows in card view displaying vertically. I need to set the captions for the two rows. So, the card view should look something like this:
Caption1 Caption2
ColumnA Data1-A Data2-A
ColumnB Data1-B Data2-B
ColumnC Data1-C Data2-C
How do i add Caption1 & Caption2? Please help.
Thanks, Aman
Hi Aman,
I think you are looking for the band.CardSettings.CaptionField property. This allows you to make one of the fields of data into a caption for the card.
Hello!
the .CaptionField property needs a column key but if i want to write something more complex like the content of 2 columns.
How can i do that?
thank you