
we can select its text right? This worked for me.
Code: Select all
For Each comp As StiComponent In Report.GetComponents
MsgBox(comp.Name)
Next

How can we get not the value of that but rather just the text, what is inside the { }, "myTable.myField" in that case. All it returns to me is "Text1".