Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Arguments → ReportData
The ReportData type holds the identification information for a report that is used by the RunReportXml call. The ReportData type parameters are listed below.
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. |
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.
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>
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.