CustomFCOType Enumeration
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the enumeration that defines custom object types.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration CustomFCOType
'Usage
Dim instance As CustomFCOType
[FlagsAttribute]
public enum CustomFCOType
Members
Member name | Description | |
---|---|---|
None | None. | |
DataSource | A data source. | |
Filter | A filter. | |
ReportView | A report. | |
All | All supported types: report, filter, and data source. |
Remarks
Only custom ReportView, Filter, and DataSource objects are supported. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
See Also
Reference
Microsoft.PerformancePoint.Scorecards.Extensions Namespace