getReportRunResultsByRecordID

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

To run a report based on name, use getReportRunResultsByName.

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.
recordID long Unique report record ID.

Return value

Value Type
results CReportRunResults

Example

CReportRunResults report = ttsdk.getReportRunResultsByRecordID(cookie, 1);