다음을 통해 공유


IOfficeExportWebControl.ExportOfficeDocument Method

Returns a native Microsoft Office document representation of the Web server control.

Namespace:  Microsoft.PerformancePoint.Scorecards.ServerCommon.Export
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Function ExportOfficeDocument ( _
    exportSettings As ExportSettings _
) As OfficeExportInfo
'Usage
Dim instance As IOfficeExportWebControl
Dim exportSettings As ExportSettings
Dim returnValue As OfficeExportInfo

returnValue = instance.ExportOfficeDocument(exportSettings)
OfficeExportInfo ExportOfficeDocument(
    ExportSettings exportSettings
)

Parameters

Return Value

Type: Microsoft.PerformancePoint.Scorecards.ServerCommon.Export.OfficeExportInfo
The document representation of the Web server control.

See Also

Reference

IOfficeExportWebControl Interface

IOfficeExportWebControl Members

Microsoft.PerformancePoint.Scorecards.ServerCommon.Export Namespace