combit List & Label 30 - .NET Help
combit.Reporting.DataProviders Namespace / ObjectDataProvider Class

In This Topic
ObjectDataProvider Class Events
In This Topic

For a list of all members of this type, see ObjectDataProvider members.

Public Events
 NameDescription
Public Event

With this event every object (table) gets the path to determine in which layer it currently is. Additionally you can define that further iterations on this layer should not be executed to be able to further filter the data source.

 
Public Event  
Public EventEnables lazy property loading. This event is triggered before the provider does examine the property and enables to late load property contents as they are actually required. See the MSDN documentation on loading deferred content for WCF or ADO.NET Data Services for an example.  
Top
See Also