How to get a result from a report definition and use it in a Label
Hello,
I have a class student. Class student have an ID property inside.
I have a report definition that when you pass the ID as a parameter it returns 1 column that is the Students grade (it return 1 result, I don't want the grade to be as a property, only the ID).
Now I have a section where I want to show the student grade in a label (not the ID). How do I achieve that? (how to pass ID to report definition, get the result and show it in the label?)
Thank you!
Message was edited by: Lochan to add Category