<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapField Class
Members

In This Topic
    C1OlapField Class
    In This Topic
    Represents a property of the items in the data source.
    Object Model
    C1OlapField Class
    Syntax
    'Declaration
     
    Public Class C1OlapField 
    public class C1OlapField 
    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