Hi Telerik Team.
I am new on Telerik reporting and I have looked for any information about what I want to do but any success.
I am trying to do a report which the source is an object I create from my model, which model has a navigation property which is a collection.
For example I create an Object ClassRoom(name, grade, code, amount students, etc) and I have a collection of student belong to that ClassRoom (which is a navigation property in my model), I also have a navigation property in my Entity Studen which is subjtects (Math, English, Spanish, etc), when I create my Object ClassRoom (my datasource) I CANT access to the collections when I am doing my report.
Please if someone can tell me what can I do? I would like to show in my report for example:
ClassRoom 1
Grade First
Code CLAS001
Amount Student 30
Details
Peter 12 years old Math-9 English-8 Spanish-6
Tom 12 years old Math-9 English-8 Spanish-6
Pep 12 years old Math-9 English-8 Spanish-6
Rick 12 years old Math-9 English-8 Spanish-6
In other things my Object is this was: ClassRoom has Students and Students has Subjects (there are navigation properties collections)
Thanks in advance!
I am new on Telerik reporting and I have looked for any information about what I want to do but any success.
I am trying to do a report which the source is an object I create from my model, which model has a navigation property which is a collection.
For example I create an Object ClassRoom(name, grade, code, amount students, etc) and I have a collection of student belong to that ClassRoom (which is a navigation property in my model), I also have a navigation property in my Entity Studen which is subjtects (Math, English, Spanish, etc), when I create my Object ClassRoom (my datasource) I CANT access to the collections when I am doing my report.
Please if someone can tell me what can I do? I would like to show in my report for example:
ClassRoom 1
Grade First
Code CLAS001
Amount Student 30
Details
Peter 12 years old Math-9 English-8 Spanish-6
Tom 12 years old Math-9 English-8 Spanish-6
Pep 12 years old Math-9 English-8 Spanish-6
Rick 12 years old Math-9 English-8 Spanish-6
In other things my Object is this was: ClassRoom has Students and Students has Subjects (there are navigation properties collections)
Thanks in advance!