Skip to content

ReportController.Retrieve method

Retrieves report information for the specified request.

public ActionResult Retrieve(ReportRetrieveRequest request, IReportRetrieveHandler handler)
parameter description
request The report retrieve request.
handler The report retrieve handler.

Return Value

The report retrieve result.

See Also