# C1.Web.Mvc.Olap.PivotPanel.Engine

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Olap_PivotPanel_Engine_" data-uid="C1.Web.Mvc.Olap.PivotPanel.Engine*">Engine Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Olap_PivotPanel_Engine_" data-uid="C1.Web.Mvc.Olap.PivotPanel.Engine*"></a>
<h4 id="C1_Web_Mvc_Olap_PivotPanel_Engine" data-uid="C1.Web.Mvc.Olap.PivotPanel.Engine">Engine</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Web.Mvc.Olap.PivotEngine.html">PivotEngine</a> being controlled by this <a class="xref" href="C1.Web.Mvc.Olap.PivotPanel.html">PivotPanel</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Json(1)]
[JsonConverter(typeof(ServiceConverter))]
public PivotEngine Engine { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Json(1)&gt;
&lt;JsonConverter(GetType(ServiceConverter))&gt;
Public ReadOnly Property Engine As PivotEngine</code></pre>
</div>
</div>
