ComponentOne ASP.NET MVC Controls
MaxItems Property (PivotFieldCollection)

C1.Web.Mvc.Olap Namespace > PivotFieldCollection Class : MaxItems Property
Gets or sets the maximum number of fields allowed in this collection.
Syntax
'Declaration
 
Public Property MaxItems As Nullable(Of Integer)
public Nullable<int> MaxItems {get; set;}
Remarks
This property is set to null by default, which means any number of items is allowed.
See Also

Reference

PivotFieldCollection Class
PivotFieldCollection Members