Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: ExportFormatThe 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