# GrapeCity.ActiveReports.Design.Designer.EnableOleObject

## Content

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



<h1 id="GrapeCity_ActiveReports_Design_Designer_EnableOleObject_" data-uid="GrapeCity.ActiveReports.Design.Designer.EnableOleObject*">EnableOleObject Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Design_Designer_EnableOleObject_" data-uid="GrapeCity.ActiveReports.Design.Designer.EnableOleObject*"></a>
<h4 id="GrapeCity_ActiveReports_Design_Designer_EnableOleObject" data-uid="GrapeCity.ActiveReports.Design.Designer.EnableOleObject">EnableOleObject</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether OLE (Object Linking and Embedding) object support is enabled in the designer.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool EnableOleObject { get; set; }</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.boolean">bool</a></td>
      <td><p><code>true</code> if OLE object support is enabled; otherwise, <code>false</code>. The default is <code>false</code>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Design_Designer_EnableOleObject_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Enabling OLE object support allows the designer to incorporate OLE objects, such as charts or spreadsheets, into the report designs.
This can enhance the interactivity and data representation capabilities of the reports. However, it may also increase the complexity
and resource requirements of the report design process. Use this feature according to the specific needs of your reporting application.</p>
</div>
</div>
