'DeclarationPublic Shared Function GetItemIndexes( _ ByVal components As System.ComponentModel.ComponentCollection _ ) As System.Collections.Generic.List(Of Integer)
'UsageDim 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