Call: qaDoc.GetManagedReportsXML()
Returns a list of all managed reports from the database:
· Managed Report Label
· Managed Report ID
· Managed Report Properties
See also, API - Managed Reports.
See also, QaManagedReport.
Parent Node | Tag | Description | Content | Attribute | Valid Attribute Values |
<managedReports> | |||||
<managedReport> | <depository> | Label of the Depository | |||
<docType> | Type of Managed Document must match the Job Category of Scheduled Job. | 1=Static 4=Dynamic |
|||
<managedSheetSets> | List of SheetSets | ||||
<reportName> | String, can contain CM4D variables, CM4D resolves to determine name of report (PDF) filename | ||||
<tagSource> | 0 = reportTagSourceDocumentOnly 1 = reportTagSourceNone 2 = reportTagSourceGlobalOnly 3 = reportTagSourceGlobalIfNoDoc 4 = reportTagSourceBoth |
||||
<managedReports> | <managedReport> | id | |||
label | |||||
<managedSheetSets> | <managedSheetSet> | docName | |||
label |
Tag | Description | Text |
<depository> | Label of the Depository | |
<docType> | Job Category of Scheduled Job and type of Managed Document must match, Read only | 2 = timed or dynamic 3 = static |
<managedReport> | ||
<managedReports> | ||
<managedSheetSet> | Label of SheetSet | |
<managedSheetSets> | List of SheetSets | |
<reportName> | String, can contain CM4D variables, CM4D resolves to determine name of report (PDF) filename | |
<tagSource> | 0 = reportTagSourceDocumentOnly 1 = reportTagSourceNone 2 = reportTagSourceGlobalOnly 3 = reportTagSourceGlobalIfNoDoc 4 = reportTagSourceBoth |
Attribute | Description | Belongs to |
docName | Name of Managed Document | <managedSheetSet> |
id | Internal identifier; GUID; read-only. | <managedReport> |
label | Required; unique. | <managedReport> <managedSheetSet> |
<managedReports>
<managedReport label="RewlzT2 - Main Set" id="9A6F6D11-CC40-467C-AE38-47EF5712CF3C">
<reportName>Rewlz T2</reportName>
<docType>4</docType>
<tagSource>1</tagSource>
<depository>Report Depository 1</depository>
<managedSheetSets>
<managedSheetSet label="Main Set" docName="RewlzT2"/>
</managedSheetSets>
</managedReport>
</managedReports>