GrapeCity.ActiveReports.Extensibility.v9 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > ItemCollectionExtensions Class > ToLazyItemCollection Method : ToLazyItemCollection<T>(IList<T>) Method |
'Declaration Public Overloads Shared Function ToLazyItemCollection(Of T)( _ ByVal source As System.Collections.Generic.IList(Of T) _ ) As IItemCollection(Of T)
public static IItemCollection<T> ToLazyItemCollection<T>( System.Collections.Generic.IList<T> source )