ActiveReports.Viewer3 Request technical support
MaxDropDownItems Property
See Also 


Syntax

Visual Basic (Declaration) 
Public Property MaxDropDownItems As Integer
Visual Basic (Usage)Copy Code
Dim instance As ZoomCombo
Dim value As Integer
 
instance.MaxDropDownItems = value
 
value = instance.MaxDropDownItems
C# 
public int MaxDropDownItems {get; set;}

See Also