2.2.4.13 OfficeExportInfo

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.PerformancePoint.Scorecards.ServerCommon.Export

The OfficeExportInfo complex type defines the export data details used to create and download either Excel (as specified in [MS-XLSX]) or PowerPoint (as specified in [MS-PPTX]) format files. The Scorecard, Analytic Grid, and Analytic Chart return only the _exportData and _downloaadFileName.

 <xs:complexType name="OfficeExportInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="_downloadFileName" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="_exportData" nillable="true" type="xs:base64Binary"/>
     <xs:element minOccurs="0" name="_exportUri" nillable="true" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

_downloadFileName: The download export file name minus the file extension name.

_exportData: The Excel (as specified in [MS-XLSX]) or PowerPoint (as specified in [MS-PPTX]) data written to the download file.

_exportUri: The Uniform Resource Locator (URL) to which the office export request is redirected.