int nIdx=m_cReport.GetNextItem(-1,LVIS_SELECTED);//选中的行的索引
CString str = m_cReport.GetItemText(nIdx,0);//选中行的第1项,索引为0
CString str = m_cReport.GetItemText(nIdx,0);//选中行的第1项,索引为0
转自:http://biaoxiangye.blog.163.com/blog/static/39222781201023014036516/