ReportData

Description

The ReportData type holds the identification information for a report that is used by the RunReportXml call. The ReportData type parameters are listed below.

Parameters

Name Type Description
id long Holds the TS_ID of the report from the TS_REPORTS table.
reportReference string Holds the reference name of the report for reports created in SBM Composer.

Usage

The ReportData type is used in the RunReportXml call to uniquely identify a report. The ReportData type contains the TS_ID of the report from the TS_REPORTS table.

XML

The following XML shows ReportData as seen in a typical RunReportXml call.

<urn:report>
    <urn:id>8</urn:id>
    <urn:reportReference></urn:reportReference>
</urn:report>