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: ExportFormatThe specified export type.
scorecardLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the scorecard in the repository.
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