I use crystal report with vb.net. My query result is a string array, how can I display them indexed as A, B, C, D....etc, like:

A. First string
B. Second string
C. Third string
....

Thanks.