ActiveReports 9 Server
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 © 2016 GrapeCity, inc. All rights reserved

Support Forum