# GrapeCity.ActiveReports.Rendering.Data.TablixData.-ctor

## Content

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



<h1 id="GrapeCity_ActiveReports_Rendering_Data_TablixData__ctor_" data-uid="GrapeCity.ActiveReports.Rendering.Data.TablixData.#ctor*">TablixData Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Rendering_Data_TablixData__ctor_" data-uid="GrapeCity.ActiveReports.Rendering.Data.TablixData.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Rendering_Data_TablixData__ctor_GrapeCity_Enterprise_Data_DataEngine_Def_Tablix_GrapeCity_Enterprise_Data_DataEngine_DataTree_System_Object__Tablix_GrapeCity_ActiveReports_Core_Rendering_IEvaluationContext_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IDataScope_" data-uid="GrapeCity.ActiveReports.Rendering.Data.TablixData.#ctor(GrapeCity.Enterprise.Data.DataEngine.Def.Tablix,GrapeCity.Enterprise.Data.DataEngine.DataTree{System.Object}.Tablix,GrapeCity.ActiveReports.Core.Rendering.IEvaluationContext,GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataScope)">TablixData(Tablix, Tablix, IEvaluationContext, IDataScope)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TablixData(Def.Tablix def, DataTree&lt;object&gt;.Tablix data, IEvaluationContext evaluationContext, IDataScope parent)</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><span class="xref">Def</span>.<span class="xref">Tablix</span></td>
      <td><span class="parametername">def</span></td>
      <td></td>
    </tr>
    <tr>
      <td><span class="xref">DataTree</span>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>&gt;.<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">Tablix</a></td>
      <td><span class="parametername">data</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.IEvaluationContext.html">IEvaluationContext</a></td>
      <td><span class="parametername">evaluationContext</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataScope.html">IDataScope</a></td>
      <td><span class="parametername">parent</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
