Stonefield Query Enterprise SDK
 ReportCollection.Any
Table of Contents
ReportCollection.Any

Determines whether any items satisfy the specified condition.

public sealed bool Any(Func<IReportBase,Boolean> predicate)

Return Value

True if any items satisfy the condition.

Parameters

predicate
The condition to use.

Overloads:

public bool Any(Func<IReportBase,Boolean> predicate);



See also:

Class ReportCollection