Share via


IBIMonitoringServiceApplicationProxy.ScorecardSupportsExportFormat Method

Determines whether the scorecard supports the specified export type.

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

Syntax

'Declaration
Function ScorecardSupportsExportFormat ( _
    itemFormat As ExportFormat, _
    scorecardLocation As RepositoryLocation _
) As Boolean
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim itemFormat As ExportFormat
Dim scorecardLocation As RepositoryLocation
Dim returnValue As Boolean

returnValue = instance.ScorecardSupportsExportFormat(itemFormat, _
    scorecardLocation)
bool ScorecardSupportsExportFormat(
    ExportFormat itemFormat,
    RepositoryLocation scorecardLocation
)

Parameters

  • itemFormat
    Type: ExportFormat

    The specified export type.

Return Value

Type: System.Boolean
true if the scorecard supports the export format; otherwise, false.

See Also

Reference

IBIMonitoringServiceApplicationProxy Interface

IBIMonitoringServiceApplicationProxy Members

Microsoft.PerformancePoint.Scorecards Namespace