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

OfficeExportInfo class

OfficeExportInfo members

Microsoft.PerformancePoint.Scorecards.ServerCommon.Export namespace