ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / PivotPanel Class / ValueFields Property






In This Topic
    ValueFields Property
    In This Topic
    Gets the list of PivotField objects that define the fields summarized in the output table.
    Syntax
    'Declaration
     
    
    <C1IgnoreAttribute()>
    Public ReadOnly Property ValueFields As PivotFieldCollection
    'Usage
     
    
    Dim instance As PivotPanel
    Dim value As PivotFieldCollection
     
    value = instance.ValueFields
    [C1Ignore()]
    public PivotFieldCollection ValueFields {get;}
    public read-only property ValueFields: PivotFieldCollection; 
    C1IgnoreAttribute()
    public function get ValueFields : PivotFieldCollection
    [C1Ignore()]
    public: __property PivotFieldCollection* get_ValueFields();
    [C1Ignore()]
    public:
    property PivotFieldCollection^ ValueFields {
       PivotFieldCollection^ get();
    }
    Remarks
    This property doesn't work when the value of the ItemsSourceId property is not empty.
    See Also