getReportRunResultsByName

Runs a report and returns results based on report name. A SOAP error envelope is returned if the operation fails.

To run a report based on record ID, use getReportRunResultsByRecordID.

Note:  Live charts and reports that use interactive filters are not supported by SOAP.

Parameters

Parameter Type Description
cookie long Session cookie returned by projectLogon.
name string Report name to run.

Return value

Value Type
results CReportRunResults

Example

CReportRunResults report = ttsdk.getReportRunResultsByName(cookie, "Report name");