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: ExportFormatThe specified export type.
reportLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the report in the repository.
Return Value
Type: System.Boolean
true if the report supports the export format; otherwise false.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface