Web Service Library > ReportService > Select Method |
Retrieves an array of report descriptions matching the criterion defined by the specified query.
C# |
Copy Code
|
---|---|
ReportDescription[] Select(string token, Query query); |
token
The security token to use.
query
The Query object to use in finding reports to select.
A array of ReportDescription objects.