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 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: 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.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface