ActiveReports 12
Values Property (InteractiveSortState)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.DataProcessing Namespace > InteractiveSortState Class : Values Property
Gets a collection containing the values in the Dictionary.
Syntax
'Declaration
 
Public ReadOnly Property Values As Dictionary(Of Integer,InteractiveSort())
public Dictionary<int,InteractiveSort[]> Values {get;}

Property Value

A ValueCollection containing the values in the Dictionary.
See Also

Reference

InteractiveSortState Class
InteractiveSortState Members