I can access the properties of a bound object within an RDLC report by using an expression such as.
Fields!MyField.Value
How can I access the bound object itself so I can access properties and methods on it?
I can access the properties of a bound object within an RDLC report by using an expression such as.
Fields!MyField.Value
How can I access the bound object itself so I can access properties and methods on it?
It seems you can't. Hence I decided to not use RDLC reports.
However, DataDynamics ActiveReports provides several ways to bind to data and make the data accessible from code.