Share via


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

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

Implements

IBIMonitoringServiceApplicationProxy.ReportSupportsExportFormat(ExportFormat, RepositoryLocation)

See Also

Reference

BIMonitoringServiceApplicationProxy Class

BIMonitoringServiceApplicationProxy Members

Microsoft.PerformancePoint.Scorecards Namespace