Quantcast
Channel: SQL Server Reporting Services
Viewing all articles
Browse latest Browse all 1418

Binding a textbox to an object

$
0
0

Let's say I have two objects in an entity-framework:

public class Person
{
     public int key;
     public string Name;
     public Address HomeAddress;
}

public class Address
{
     public int key;
     public string street;
     public string city;
}
    

In my report, I want a textbox to be able to display the fields from the HomeAddress object inside of Person.  How can I do that?  I can see the fields for Person in the Report Editor, but cannot access the fields for the Address object in the interface.


Viewing all articles
Browse latest Browse all 1418

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>