| Visual Basic (Declaration) | |
|---|---|
Function SwitchToContinuous( _ ByVal hierarchyUniqueName As System.String, _ ByVal shelf As ShelfKind _ ) As ILayoutActions | |
| C# | |
|---|---|
ILayoutActions SwitchToContinuous( System.string hierarchyUniqueName, ShelfKind shelf ) | |
Parameters
- hierarchyUniqueName
- The hierarchy to be replaced with continuous field.
- shelf
- The affected shelf.
Return Value
A reference to this instance after the operation has completed.The continuous field behaves like a measure. But its values are taken from members of the corresponding hierarchy. For the
MdxDataSource these values are value column values. See the MemberValue MDX function. For a relational data source a LevelBuilder.ValueExpression must be specified in the schema. The hierarchy will be moved to the Level Of Details shelf.Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2