# GrapeCity.ActiveReports.Data.ListDataSource

## Content

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



  <h1 id="GrapeCity_ActiveReports_Data_ListDataSource" data-uid="GrapeCity.ActiveReports.Data.ListDataSource" class="text-break">ListDataSource Class
</h1>
  <div class="markdown level0 summary"><p>IList DataSource implementation.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ListDataSource</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.Data.IListDataSource.html">IListDataSource</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.idatareader">IDataReader</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.idatarecord">IDataRecord</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Data.html">GrapeCity.ActiveReports.Data</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Data_ListDataSource_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ListDataSource : IListDataSource, IDataReader, IDataRecord, IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource__ctor_System_Collections_IList_" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.#ctor(System.Collections.IList)">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.-ctor.html#GrapeCity_ActiveReports_Data_ListDataSource__ctor_System_Collections_IList_">ListDataSource(IList)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.html">ListDataSource</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_DataReader" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.DataReader">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.DataReader.html#GrapeCity_ActiveReports_Data_ListDataSource_DataReader">DataReader</a>
        </td>
        <td class="markdown level1 summary"><p><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.idatareader">IDataReader</a> to read the data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_Depth" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.Depth">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.Depth.html#GrapeCity_ActiveReports_Data_ListDataSource_Depth">Depth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating the depth of nesting for the current row
Retruns Depth == 0</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_FieldCount" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.FieldCount">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.FieldCount.html#GrapeCity_ActiveReports_Data_ListDataSource_FieldCount">FieldCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets schema fields count.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_IsClosed" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.IsClosed">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.IsClosed.html#GrapeCity_ActiveReports_Data_ListDataSource_IsClosed">IsClosed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the data reader is closed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_Item_System_String_" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.Item(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.Item.html#GrapeCity_ActiveReports_Data_ListDataSource_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column with the specified name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_List" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.List">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.List.html#GrapeCity_ActiveReports_Data_ListDataSource_List">List</a>
        </td>
        <td class="markdown level1 summary"><p>Wrapped <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_RecordsAffected" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.RecordsAffected">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.RecordsAffected.html#GrapeCity_ActiveReports_Data_ListDataSource_RecordsAffected">RecordsAffected</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
See Documentation.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_Close" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.Close">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.Close.html#GrapeCity_ActiveReports_Data_ListDataSource_Close">Close()</a>
        </td>
        <td class="markdown level1 summary"><p>Closes the IDataReader object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_Dispose" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.Dispose">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.Dispose.html#GrapeCity_ActiveReports_Data_ListDataSource_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Dispose</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_Dispose_System_Boolean_" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.Dispose(System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.Dispose.html#GrapeCity_ActiveReports_Data_ListDataSource_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_GetBoolean_System_Int32_" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.GetBoolean(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.GetBoolean.html#GrapeCity_ActiveReports_Data_ListDataSource_GetBoolean_System_Int32_">GetBoolean(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the specified column as a Boolean.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_GetByte_System_Int32_" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.GetByte(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.GetByte.html#GrapeCity_ActiveReports_Data_ListDataSource_GetByte_System_Int32_">GetByte(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the 8-bit unsigned integer value of the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_GetBytes_System_Int32_System_Int64_System_Byte___System_Int32_System_Int32_" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.GetBytes.html#GrapeCity_ActiveReports_Data_ListDataSource_GetBytes_System_Int32_System_Int64_System_Byte___System_Int32_System_Int32_">GetBytes(int, long, byte[], int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_GetChar_System_Int32_" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.GetChar(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.GetChar.html#GrapeCity_ActiveReports_Data_ListDataSource_GetChar_System_Int32_">GetChar(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the character value of the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_GetChars_System_Int32_System_Int64_System_Char___System_Int32_System_Int32_" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.GetChars.html#GrapeCity_ActiveReports_Data_ListDataSource_GetChars_System_Int32_System_Int64_System_Char___System_Int32_System_Int32_">GetChars(int, long, char[], int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads a stream of characters from the specified column offset into the buffer as an array, starting at the given buffer offset.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_GetData_System_Int32_" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.GetData(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.GetData.html#GrapeCity_ActiveReports_Data_ListDataSource_GetData_System_Int32_">GetData(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.idatareader">IDataReader</a> for the specified column ordinal.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_GetDataTypeName_System_Int32_" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.GetDataTypeName(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.GetDataTypeName.html#GrapeCity_ActiveReports_Data_ListDataSource_GetDataTypeName_System_Int32_">GetDataTypeName(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data type information for the specified field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_GetDateTime_System_Int32_" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.GetDateTime(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.GetDateTime.html#GrapeCity_ActiveReports_Data_ListDataSource_GetDateTime_System_Int32_">GetDateTime(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the date and time data value of the specified field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_GetDecimal_System_Int32_" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.GetDecimal(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.GetDecimal.html#GrapeCity_ActiveReports_Data_ListDataSource_GetDecimal_System_Int32_">GetDecimal(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the fixed-position numeric value of the specified field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_GetDouble_System_Int32_" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.GetDouble(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.GetDouble.html#GrapeCity_ActiveReports_Data_ListDataSource_GetDouble_System_Int32_">GetDouble(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the double-precision floating point number of the specified field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_GetFieldType_System_Int32_" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.GetFieldType(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.GetFieldType.html#GrapeCity_ActiveReports_Data_ListDataSource_GetFieldType_System_Int32_">GetFieldType(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> information corresponding to the type of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> that would be returned from <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.idatarecord.getvalue">GetValue(int)</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_GetFloat_System_Int32_" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.GetFloat(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.GetFloat.html#GrapeCity_ActiveReports_Data_ListDataSource_GetFloat_System_Int32_">GetFloat(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the single-precision floating point number of the specified field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_GetGuid_System_Int32_" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.GetGuid(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.GetGuid.html#GrapeCity_ActiveReports_Data_ListDataSource_GetGuid_System_Int32_">GetGuid(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the GUID value of the specified field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_GetInt16_System_Int32_" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.GetInt16(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.GetInt16.html#GrapeCity_ActiveReports_Data_ListDataSource_GetInt16_System_Int32_">GetInt16(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the 16-bit signed integer value of the specified field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_GetInt32_System_Int32_" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.GetInt32(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.GetInt32.html#GrapeCity_ActiveReports_Data_ListDataSource_GetInt32_System_Int32_">GetInt32(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the 32-bit signed integer value of the specified field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_GetInt64_System_Int32_" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.GetInt64(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.GetInt64.html#GrapeCity_ActiveReports_Data_ListDataSource_GetInt64_System_Int32_">GetInt64(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the 64-bit signed integer value of the specified field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_GetName_System_Int32_" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.GetName(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.GetName.html#GrapeCity_ActiveReports_Data_ListDataSource_GetName_System_Int32_">GetName(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name for the field to find.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_GetOrdinal_System_String_" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.GetOrdinal(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.GetOrdinal.html#GrapeCity_ActiveReports_Data_ListDataSource_GetOrdinal_System_String_">GetOrdinal(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Return the index of the named field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_GetSchemaTable" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.GetSchemaTable">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.GetSchemaTable.html#GrapeCity_ActiveReports_Data_ListDataSource_GetSchemaTable">GetSchemaTable()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.datatable">DataTable</a> that describes the column metadata of the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.idatareader">IDataReader</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_GetString_System_Int32_" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.GetString(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.GetString.html#GrapeCity_ActiveReports_Data_ListDataSource_GetString_System_Int32_">GetString(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the string value of the specified field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_GetTargetObject_System_Object_System_String_" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.GetTargetObject(System.Object,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.GetTargetObject.html#GrapeCity_ActiveReports_Data_ListDataSource_GetTargetObject_System_Object_System_String_">GetTargetObject(object, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the targetObject based on teh name in the .notation of the data field</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_GetValue_System_Int32_" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.GetValue(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.GetValue.html#GrapeCity_ActiveReports_Data_ListDataSource_GetValue_System_Int32_">GetValue(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the value at given index for the property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_GetValue_System_String_System_Int32_" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.GetValue(System.String,System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.GetValue.html#GrapeCity_ActiveReports_Data_ListDataSource_GetValue_System_String_System_Int32_">GetValue(string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets Value for data fields for .Notations</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_GetValues_System_Object___" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.GetValues(System.Object[])">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.GetValues.html#GrapeCity_ActiveReports_Data_ListDataSource_GetValues_System_Object___">GetValues(object[])</a>
        </td>
        <td class="markdown level1 summary"><p>Populates an array of objects with the column values of the current record.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_IsDBNull_System_Int32_" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.IsDBNull(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.IsDBNull.html#GrapeCity_ActiveReports_Data_ListDataSource_IsDBNull_System_Int32_">IsDBNull(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Return whether the specified field is set to null.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_NextResult" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.NextResult">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.NextResult.html#GrapeCity_ActiveReports_Data_ListDataSource_NextResult">NextResult()</a>
        </td>
        <td class="markdown level1 summary"><p>Advances the data reader to the next result, when reading the results of batch SQL statements</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Data_ListDataSource_Read" data-uid="GrapeCity.ActiveReports.Data.ListDataSource.Read">
          <a class="xref" href="GrapeCity.ActiveReports.Data.ListDataSource.Read.html#GrapeCity_ActiveReports_Data_ListDataSource_Read">Read()</a>
        </td>
        <td class="markdown level1 summary"><p>TODO:</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ApplyDefaults.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ApplyDefaults__1___0_">ObjectExtensions.ApplyDefaults&lt;TObject&gt;(TObject)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.SetValue.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_SetValue__1___0_System_ComponentModel_PropertyDescriptor_System_String_">ObjectExtensions.SetValue&lt;TObject&gt;(TObject, PropertyDescriptor, string)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ToNameValueCollection.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ToNameValueCollection_System_Object_">ObjectExtensions.ToNameValueCollection(object)</a>
  </div>

</div>
