다음을 통해 공유


IOfficeExportWebControl.SupportsExportFormat Method

Determines whether the control supports the specified export format.

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

Syntax

'Declaration
Function SupportsExportFormat ( _
    itemFormat As ExportFormat _
) As Boolean
'Usage
Dim instance As IOfficeExportWebControl
Dim itemFormat As ExportFormat
Dim returnValue As Boolean

returnValue = instance.SupportsExportFormat(itemFormat)
bool SupportsExportFormat(
    ExportFormat itemFormat
)

Parameters

  • itemFormat
    Type: ExportFormat

    The format of the export: Excel or PowerPoint.

Return Value

Type: System.Boolean
true if the control supports the specified export format; otherwise false.

See Also

Reference

IOfficeExportWebControl Interface

IOfficeExportWebControl Members

Microsoft.PerformancePoint.Scorecards.ServerCommon.Export Namespace