OfficeExportInfo.GetExportData Method
Gets the Microsoft Excel or Microsoft PowerPoint data written to the download file.
Namespace: Microsoft.PerformancePoint.Scorecards.ServerCommon.Export
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Function GetExportData As Byte()
'Usage
Dim instance As OfficeExportInfo
Dim returnValue As Byte()
returnValue = instance.GetExportData()
public byte[] GetExportData()
Return Value
Type: []
See Also
Reference
Microsoft.PerformancePoint.Scorecards.ServerCommon.Export Namespace