[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.Fluent.PivotFieldCollectionBuilder.MaxItems

MaxItems Method

MaxItems(int?)

Configurates MaxItems. Sets the maximum number of fields allowed in this collection.

Declaration
public PivotFieldCollectionBuilder MaxItems(int? value)
Parameters
Type Name Description
int? value

The value.

Returns
Type Description
PivotFieldCollectionBuilder

Current builder.

Remarks

This property is set to null by default, which means any number of items is allowed.