# GrapeCity.ActiveReports.Blazor.Designer.ToolBoxContent.Fpl

## Content

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



<h1 id="GrapeCity_ActiveReports_Blazor_Designer_ToolBoxContent_Fpl_" data-uid="GrapeCity.ActiveReports.Blazor.Designer.ToolBoxContent.Fpl*">Fpl Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Blazor_Designer_ToolBoxContent_Fpl_" data-uid="GrapeCity.ActiveReports.Blazor.Designer.ToolBoxContent.Fpl*"></a>
<h4 id="GrapeCity_ActiveReports_Blazor_Designer_ToolBoxContent_Fpl" data-uid="GrapeCity.ActiveReports.Blazor.Designer.ToolBoxContent.Fpl">Fpl</h4>
<div class="markdown level1 summary"><p>Gets or sets the report items on the ToolBox and their order for FPL reports.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public RdlxToolBoxItem[] Fpl { 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="GrapeCity.ActiveReports.Blazor.Designer.RdlxToolBoxItem.html">RdlxToolBoxItem</a>[]</td>
      <td><p>An array of <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.RdlxToolBoxItem.html">RdlxToolBoxItem</a> that contains the report items and their order for FPL reports.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
