ComponentOne ASP.NET MVC Controls
Fields Property (PivotPanel)

C1.Web.Mvc.Olap Namespace > PivotPanel Class : Fields Property
Gets the list of the PivotField objects which can be used in the view.
Syntax
'Declaration
 
<C1IgnoreAttribute()>
Public ReadOnly Property Fields As PivotFieldCollection
[C1Ignore()]
public PivotFieldCollection Fields {get;}
Remarks
This property doesn't work when the value of the ItemsSourceId property is not empty.
See Also

Reference

PivotPanel Class
PivotPanel Members