
The following formats are currently used in Business Analyst Server reports:
| Name | Description |
|---|---|
| "PDF" | PDF format. |
| "HTML" | HTML format. |
| "CSV" | Excel comma separated values format. |
| "S.XML" | Simplified XML format. |
| "ZIP" | Zipped HTML format. |
The S.XML format is the simplified version of XML format in which all simple nodes having a unique tag relative to its parent are replaced with corresponding attributes of the parent.
The result of this task is an array of String items containing names of available formats.
| C# | Copy Code |
|---|---|
getAvailableReportFormatsTask.ExecuteAsync(new AsyncResponder(resultHandler, faultHandler)); | |
System.Object
ESRI.ArcGIS.Client.BACore.Client.AbstractTask
ESRI.ArcGIS.Client.BACore.Client.BATask<TResult,TEventArgs>
ESRI.ArcGIS.Client.BAServer.Tasks.BAServerTask<TResult>
ESRI.ArcGIS.Client.BAServer.Tasks.Utilities.GetAvailableReportFormatsTask
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family