ActiveReports 8 Server SDK
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

 

 


Copyright © 2015 GrapeCity, inc. All Rights Reserved.

Support Forum