# GrapeCity.ActiveReports.Extensibility.Rendering.Components.IValueCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_IValueCollection" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IValueCollection" class="text-break">IValueCollection Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of values.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.html">GrapeCity.ActiveReports.Extensibility.Rendering.Components</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_IValueCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Obsolete(&quot;This is not used anywhere, and should be removed&quot;)]
public interface IValueCollection : IReadOnlyList&lt;object&gt;, IReadOnlyCollection&lt;object&gt;, IEnumerable&lt;object&gt;, IEnumerable</code></pre>
  </div>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.ItemCollectionExtensions.ToItemCollection.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_ItemCollectionExtensions_ToItemCollection__1_System_Collections_Generic_IEnumerable___0__">ItemCollectionExtensions.ToItemCollection&lt;T&gt;(IEnumerable&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.ItemCollectionExtensions.ToLazyItemCollection.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_ItemCollectionExtensions_ToLazyItemCollection__1_System_Collections_Generic_IEnumerable___0__">ItemCollectionExtensions.ToLazyItemCollection&lt;T&gt;(IEnumerable&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.EnumerableExtension.ForceInBackground.html#GrapeCity_ActiveReports_Rendering_Tools_EnumerableExtension_ForceInBackground__1_System_Collections_Generic_IEnumerable___0__System_Threading_CancellationToken_">EnumerableExtension.ForceInBackground&lt;T&gt;(IEnumerable&lt;T&gt;, CancellationToken)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.EnumerableExtension.ForceInBackground.html#GrapeCity_ActiveReports_Rendering_Tools_EnumerableExtension_ForceInBackground__1_System_Collections_Generic_IEnumerable___0__System_Threading_CancellationToken_System_Int32_">EnumerableExtension.ForceInBackground&lt;T&gt;(IEnumerable&lt;T&gt;, CancellationToken, int)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.EnumerableExtension.SelectManyWithPrev.html#GrapeCity_ActiveReports_Rendering_Tools_EnumerableExtension_SelectManyWithPrev__2_System_Collections_Generic_IEnumerable___0__System_Func___1___0_System_Collections_Generic_IEnumerable___1___">EnumerableExtension.SelectManyWithPrev&lt;TSource, TResult&gt;(IEnumerable&lt;TSource&gt;, Func&lt;TResult, TSource, IEnumerable&lt;TResult&gt;&gt;)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.EnumerableExtension.SelectWithPrevNext.html#GrapeCity_ActiveReports_Rendering_Tools_EnumerableExtension_SelectWithPrevNext__2_System_Collections_Generic_IEnumerable___0__System_Func___0___0___0___1__">EnumerableExtension.SelectWithPrevNext&lt;T, TResult&gt;(IEnumerable&lt;T&gt;, Func&lt;T, T, T, TResult&gt;)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.EnumerableExtension.ThrowIfCancelled.html#GrapeCity_ActiveReports_Rendering_Tools_EnumerableExtension_ThrowIfCancelled__1_System_Collections_Generic_IEnumerable___0__System_Threading_CancellationToken_">EnumerableExtension.ThrowIfCancelled&lt;T&gt;(IEnumerable&lt;T&gt;, CancellationToken)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.EnumerableExtension.WithCancellation.html#GrapeCity_ActiveReports_Rendering_Tools_EnumerableExtension_WithCancellation__1_System_Collections_Generic_IEnumerable___0__System_Threading_CancellationToken_">EnumerableExtension.WithCancellation&lt;T&gt;(IEnumerable&lt;T&gt;, CancellationToken)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.EnumerableExtension.WithProgress.html#GrapeCity_ActiveReports_Rendering_Tools_EnumerableExtension_WithProgress__2_System_Collections_Generic_IEnumerable___0__System_IProgress___1__System_Func___0___1__">EnumerableExtension.WithProgress&lt;T, T2&gt;(IEnumerable&lt;T&gt;, IProgress&lt;T2&gt;, Func&lt;T, T2&gt;)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
