Version

ParentInFrontForColumns Property (IOlapViewModel)

Gets or sets a value indicating whether parent for columns is in front of children.
Syntax
'Declaration
 
Property ParentInFrontForColumns As Boolean
bool ParentInFrontForColumns {get; set;}

Property Value

true if parent is in front of children; otherwise, false.
Remarks
If ParentInFrontForColumns is true, the query set sorts members in a level in their natural order. Their natural order is the default ordering of the members along the hierarchy when no other sort conditions are specified. Child members immediately follow their parent members.
If ParentInFrontForColumns is false, the query set sorts the members in a level using a post-natural order. In other words, child members precede their parents. The default value is true.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also