combit List & Label 29 - .NET Help
combit.Reporting.DataProviders Namespace / ObjectDataProvider Class / HandleEnumerableProperty Event


In This Topic
    HandleEnumerableProperty Event
    In This Topic

    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.

    Syntax
    'Declaration
     
    
    Public Event HandleEnumerableProperty As EventHandler(Of HandleEnumerablePropertyEventArgs)
    public event EventHandler<HandleEnumerablePropertyEventArgs> HandleEnumerableProperty
    public:
    event EventHandler<HandleEnumerablePropertyEventArgs^>^ HandleEnumerableProperty
    Event Data

    The event handler receives an argument of type HandleEnumerablePropertyEventArgs containing data related to this event. The following HandleEnumerablePropertyEventArgs properties provide information specific to this event.

    PropertyDescription
    Cancels further recursions.  

    Name of the specified property original path (Customer>Order>OrderDetail... etc.).

     

    Returns the path to the current property, e.g. Customer>Orders>OrderDetails>Products.

     
    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also