Add support for OData V4 Any() and All() functions

It would be great to provide support in the report designer for the OData functions Any() and All().

OData defines two operators any and all that evaluate a Boolean expression on a collection. They can work on either collection properties or collection of entities.
See OData V4 documentation for more details.