[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.ItemCollectionExtensions

ItemCollectionExtensions Class

Utility methods on IItemCollection.

Inheritance
ItemCollectionExtensions
Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public static class ItemCollectionExtensions

Methods

Name Description
Downcast<TI, TO>(IItemCollection<TI>)

Downcasts the items type within collection.

Empty<T>()

Gets empty item collection.

ToItemCollection<T>(IEnumerable<T>)

Wraps the list to item collection.

ToItemCollection<T>(IList<T>)

Wraps the list to item collection.

ToLazyItemCollection<T>(IEnumerable<T>)

Returns lazy memoizable item collection for specified sequence.