Gets or sets a value that determines whether the Olap output table should include columns containing the row keys.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

C#
public bool ShowKeyColumns { get; set; }
Visual Basic
Public Property ShowKeyColumns As Boolean
	Get
	Set

See Also