# GrapeCity.ActiveReports.Core.Rendering.Extensibility.IReportItemFactory.CreateProgram

## Content

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



<h1 id="GrapeCity_ActiveReports_Core_Rendering_Extensibility_IReportItemFactory_CreateProgram_" data-uid="GrapeCity.ActiveReports.Core.Rendering.Extensibility.IReportItemFactory.CreateProgram*">CreateProgram Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Core_Rendering_Extensibility_IReportItemFactory_CreateProgram_" data-uid="GrapeCity.ActiveReports.Core.Rendering.Extensibility.IReportItemFactory.CreateProgram*"></a>
<h4 id="GrapeCity_ActiveReports_Core_Rendering_Extensibility_IReportItemFactory_CreateProgram__1_GrapeCity_ActiveReports_Rendering_Components_IProgramServices_GrapeCity_ActiveReports_PageReportModel_ReportItem_GrapeCity_Enterprise_Data_DataEngine_Def_Content_" data-uid="GrapeCity.ActiveReports.Core.Rendering.Extensibility.IReportItemFactory.CreateProgram``1(GrapeCity.ActiveReports.Rendering.Components.IProgramServices,GrapeCity.ActiveReports.PageReportModel.ReportItem,GrapeCity.Enterprise.Data.DataEngine.Def.Content)">CreateProgram&lt;TReportItemDef&gt;(IProgramServices, ReportItem, Content)</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">IReportItemProgram&lt;TReportItemDef&gt; CreateProgram&lt;TReportItemDef&gt;(IProgramServices services, ReportItem item, Def.Content content)</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.Rendering.Components.IProgramServices.html">IProgramServices</a></td>
      <td><span class="parametername">services</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports.Core.Rdl/GrapeCity.ActiveReports.PageReportModel.ReportItem.html">ReportItem</a></td>
      <td><span class="parametername">item</span></td>
      <td></td>
    </tr>
    <tr>
      <td><span class="xref">Def</span>.<span class="xref">Content</span></td>
      <td><span class="parametername">content</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</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="GrapeCity.ActiveReports.Rendering.Components.IReportItemProgram-1.html">IReportItemProgram</a>&lt;TReportItemDef&gt;</td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="parametername">TReportItemDef</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
