ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / PivotField Class
Members






In This Topic
    PivotField Class
    In This Topic
    Define the non-cube field class.
    Object Model
    PivotField Class
    Syntax
    'Declaration
     
    
    Public Class PivotField 
       Inherits PivotFieldBase
    'Usage
     
    
    Dim instance As PivotField
    public class PivotField : PivotFieldBase 
    public class PivotField = class(PivotFieldBase)
    public class PivotField extends PivotFieldBase
    public __gc class PivotField : public PivotFieldBase 
    public ref class PivotField : public PivotFieldBase 
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Olap.PivotFieldBase
          C1.Web.Mvc.Olap.PivotField

    See Also