I'm trying to pass in some business objects to an ObjectDataSource that inherit from DynamicObject. I want to be able to use properties that aren't concretely defined at compile time in the reports using the Fields.<Field name> syntax. I keep getting an error saying that these fields are available with in the context. Any suggestions?