PlaceholderChangeType Enumeration |
Identifies the type of placeholder to change to.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic enum PlaceholderChangeType
Public Enumeration PlaceholderChangeType
public enum class PlaceholderChangeType
type PlaceholderChangeType
Members|
| Member name | Value | Description |
|---|
| Measure | 0 |
Change to measure placeholder.
|
| Hierarchy | 1 |
Change to hierarchy placeholder.
|
| Parameter | 2 |
Change to parameter placeholder.
|
See Also