ActiveReports 12 Server User Guide
Select Method
ActiveReports 12 Server User Guide > Web Service Library > ReportService > Select Method

Retrieves an array of report descriptions matching the criterion defined by the specified query.

Syntax

C#
Copy Code
ReportDescription[] Select(string token, Query query);

Parameters

token
The security token to use.

query
The Query object to use in finding reports to select.

Return Value

A array of ReportDescription objects.

See Also