ActiveReports 12 Server User Guide
Select<TResult> Method (IScheduler)

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.Scheduling Namespace > IScheduler Interface : Select<TResult> Method
The type of the result.
The query to select policies.
Ritrieves the collection of policies matching the specified query.
Syntax
'Declaration
 
Function Select(Of TResult)( _
   ByVal query As IQuery(Of IPolicy,TResult) _
) As TResult
TResult Select<TResult>( 
   IQuery<IPolicy,TResult> query
)

Parameters

query
The query to select policies.

Type Parameters

TResult
The type of the result.

Return Value

The collection of policies matching the specified query.
See Also

Reference

IScheduler Interface
IScheduler Members