Represents a property of the items in the data source.

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

Syntax

C#
public class C1OlapField : INotifyPropertyChanged
Visual Basic
Public Class C1OlapField _
	Implements INotifyPropertyChanged

Remarks

C1OlapField objects represent 'dimensions' in the output Olap table.

Each row and column on the output table is uniquely identified by a C1OlapKey object. These objects contain a list of C1OlapField objects and specific values.

Inheritance Hierarchy

System..::..Object
  C1.Olap..::..C1OlapField

See Also