<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapFieldList Class / MaxItems Property

In This Topic
    MaxItems Property (C1OlapFieldList)
    In This Topic
    Gets or sets the maximum number of fields allowed in this list.
    Syntax
    'Declaration
     
    Public Property MaxItems As Integer
    public int MaxItems {get; set;}
    Remarks
    Negative values mean the list can have any number of items.
    See Also