BIMonitoringServiceApplicationProxy.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
Public Function ScorecardSupportsExportFormat ( _
    itemFormat As ExportFormat, _
    scorecardLocation As RepositoryLocation _
) As Boolean
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim itemFormat As ExportFormat
Dim scorecardLocation As RepositoryLocation
Dim returnValue As Boolean

returnValue = instance.ScorecardSupportsExportFormat(itemFormat, _
    scorecardLocation)
public 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.

Implements

IBIMonitoringServiceApplicationProxy.ScorecardSupportsExportFormat(ExportFormat, RepositoryLocation)

See also

Reference

BIMonitoringServiceApplicationProxy class

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace