Exago .NET API Documentation
GetReportListXml Method
Example 
WebReports.Api.ReportMgmt Namespace > ReportMgmtBase Class : GetReportListXml Method
Retrieve an XML representation of the Report Tree for the current Storage Management identity.
Syntax
public System.string GetReportListXml()

Return Value

An Xml Document
Example
Retrieve the contents of the Report Tree as an XML document that can be iterated through
XmlDoc tree = new XmlDoc() { InnerXml = api.ReportManagement.GetReportListXml() };
See Also

Reference

ReportMgmtBase Class
ReportMgmtBase Members