IBIMonitoringServiceApplicationProxy.ReportSupportsExportFormat method

Determines whether the report supports the specified export format.

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

Syntax

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

returnValue = instance.ReportSupportsExportFormat(itemFormat, _
    reportLocation)
bool ReportSupportsExportFormat(
    ExportFormat itemFormat,
    RepositoryLocation reportLocation
)

Parameters

  • itemFormat
    Type: ExportFormat

    The specified export type.

Return value

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

See also

Reference

IBIMonitoringServiceApplicationProxy interface

IBIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace