JAMS Developer Guide
GetItemIndexes Method


MVPSI.JAMS Namespace > ReportDesign Class : GetItemIndexes Method
Finds any BindingSource items in the Components tray and passes back their index number.
Syntax
'Declaration
 
Public Shared Function GetItemIndexes( _
   ByVal components As System.ComponentModel.ComponentCollection _
) As System.Collections.Generic.List(Of Integer)
'Usage
 
Dim components As System.ComponentModel.ComponentCollection
Dim value As System.Collections.Generic.List(Of Integer)
 
value = ReportDesign.GetItemIndexes(components)
public static System.Collections.Generic.List<int> GetItemIndexes( 
   System.ComponentModel.ComponentCollection components
)

Parameters

components
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReportDesign Class
ReportDesign Members