# GrapeCity.ActiveReports.Rendering.Export.TargetDevice.-ctor

## Content

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



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



<a id="GrapeCity_ActiveReports_Rendering_Export_TargetDevice__ctor_" data-uid="GrapeCity.ActiveReports.Rendering.Export.TargetDevice.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Rendering_Export_TargetDevice__ctor_GrapeCity_ActiveReports_PageReportModel_TargetDeviceKind_GrapeCity_ActiveReports_Rendering_Export_InteractivityType_GrapeCity_ActiveReports_Extensibility_Layout_SupportedPageInfo_System_Boolean_System_Boolean_" data-uid="GrapeCity.ActiveReports.Rendering.Export.TargetDevice.#ctor(GrapeCity.ActiveReports.PageReportModel.TargetDeviceKind,GrapeCity.ActiveReports.Rendering.Export.InteractivityType,GrapeCity.ActiveReports.Extensibility.Layout.SupportedPageInfo,System.Boolean,System.Boolean)">TargetDevice(TargetDeviceKind, InteractivityType, SupportedPageInfo, bool, bool)</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 TargetDevice(TargetDeviceKind target, InteractivityType interactivity, SupportedPageInfo pageInfo, bool paginated, bool pro)</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="../MESCIUS.ActiveReports.Core.Rdl/GrapeCity.ActiveReports.PageReportModel.TargetDeviceKind.html">TargetDeviceKind</a></td>
      <td><span class="parametername">target</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Rendering.Export.InteractivityType.html">InteractivityType</a></td>
      <td><span class="parametername">interactivity</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.SupportedPageInfo.html">SupportedPageInfo</a></td>
      <td><span class="parametername">pageInfo</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">paginated</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">pro</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Rendering_Export_TargetDevice__ctor_" data-uid="GrapeCity.ActiveReports.Rendering.Export.TargetDevice.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Rendering_Export_TargetDevice__ctor_GrapeCity_ActiveReports_PageReportModel_TargetDeviceKind_GrapeCity_ActiveReports_Rendering_Export_InteractivityType_GrapeCity_ActiveReports_Extensibility_Layout_SupportedPageInfo_System_Boolean_System_Boolean_System_Boolean_" data-uid="GrapeCity.ActiveReports.Rendering.Export.TargetDevice.#ctor(GrapeCity.ActiveReports.PageReportModel.TargetDeviceKind,GrapeCity.ActiveReports.Rendering.Export.InteractivityType,GrapeCity.ActiveReports.Extensibility.Layout.SupportedPageInfo,System.Boolean,System.Boolean,System.Boolean)">TargetDevice(TargetDeviceKind, InteractivityType, SupportedPageInfo, bool, bool, bool)</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 TargetDevice(TargetDeviceKind target, InteractivityType interactivity, SupportedPageInfo pageInfo, bool paginated, bool pro, bool snapshot)</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="../MESCIUS.ActiveReports.Core.Rdl/GrapeCity.ActiveReports.PageReportModel.TargetDeviceKind.html">TargetDeviceKind</a></td>
      <td><span class="parametername">target</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Rendering.Export.InteractivityType.html">InteractivityType</a></td>
      <td><span class="parametername">interactivity</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.SupportedPageInfo.html">SupportedPageInfo</a></td>
      <td><span class="parametername">pageInfo</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">paginated</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">pro</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">snapshot</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Rendering_Export_TargetDevice__ctor_" data-uid="GrapeCity.ActiveReports.Rendering.Export.TargetDevice.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Rendering_Export_TargetDevice__ctor_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReport_GrapeCity_ActiveReports_PageReportModel_TargetDeviceKind_GrapeCity_ActiveReports_Rendering_Export_InteractivityType_System_Boolean_System_Boolean_System_Boolean_" data-uid="GrapeCity.ActiveReports.Rendering.Export.TargetDevice.#ctor(GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport,GrapeCity.ActiveReports.PageReportModel.TargetDeviceKind,GrapeCity.ActiveReports.Rendering.Export.InteractivityType,System.Boolean,System.Boolean,System.Boolean)">TargetDevice(IReport, TargetDeviceKind, InteractivityType, bool, bool, bool)</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 TargetDevice(IReport report, TargetDeviceKind target, InteractivityType interactivity, bool includePageMargins, bool paginated, bool pro)</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.IReport.html">IReport</a></td>
      <td><span class="parametername">report</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports.Core.Rdl/GrapeCity.ActiveReports.PageReportModel.TargetDeviceKind.html">TargetDeviceKind</a></td>
      <td><span class="parametername">target</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Rendering.Export.InteractivityType.html">InteractivityType</a></td>
      <td><span class="parametername">interactivity</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">includePageMargins</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">paginated</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">pro</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
