# GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem.Initialize

## Content

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



<h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReportItem_Initialize_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem.Initialize*">Initialize Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReportItem_Initialize_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem.Initialize*"></a>
<h4 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReportItem_Initialize_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IDataScope_GrapeCity_ActiveReports_Extensibility_Rendering_IPropertyBag_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem.Initialize(GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataScope,GrapeCity.ActiveReports.Extensibility.Rendering.IPropertyBag)">Initialize(IDataScope, IPropertyBag)</h4>
<div class="markdown level1 summary"><p>Initializes the report item.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void Initialize(IDataScope dataContext, IPropertyBag properties)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataScope.html">IDataScope</a></td>
      <td><span class="parametername">dataContext</span></td>
      <td><p>The data context associated with this report item.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.IPropertyBag.html">IPropertyBag</a></td>
      <td><span class="parametername">properties</span></td>
      <td><p>The property bag associated with this report item.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
