# GrapeCity.ActiveReports.PageReportModel.CustomData.DataSetParameters

## Content

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



<h1 id="GrapeCity_ActiveReports_PageReportModel_CustomData_DataSetParameters_" data-uid="GrapeCity.ActiveReports.PageReportModel.CustomData.DataSetParameters*">DataSetParameters Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_PageReportModel_CustomData_DataSetParameters_" data-uid="GrapeCity.ActiveReports.PageReportModel.CustomData.DataSetParameters*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_CustomData_DataSetParameters" data-uid="GrapeCity.ActiveReports.PageReportModel.CustomData.DataSetParameters">DataSetParameters</h4>
<div class="markdown level1 summary"><p>Gets a collection of parameters associated with the custom report item's data.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public IList&lt;Parameter&gt; DataSetParameters { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Parameter.html">Parameter</a>&gt;</td>
      <td><p>A collection of the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Parameter.html">Parameter</a> objects containing the parameters.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
