# GrapeCity.ActiveReports.Design.Designer.ReportPartsDirectory

## Content

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



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



<a id="GrapeCity_ActiveReports_Design_Designer_ReportPartsDirectory_" data-uid="GrapeCity.ActiveReports.Design.Designer.ReportPartsDirectory*"></a>
<h4 id="GrapeCity_ActiveReports_Design_Designer_ReportPartsDirectory" data-uid="GrapeCity.ActiveReports.Design.Designer.ReportPartsDirectory">ReportPartsDirectory</h4>
<div class="markdown level1 summary"><p>Gets or sets a value representing the directory path where report parts are stored for use in the report items library.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string ReportPartsDirectory { 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.string">string</a></td>
      <td><p>The directory path for report parts.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Design_Designer_ReportPartsDirectory_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property specifies the location from which report parts are loaded into the report items library. Report parts can include reusable report
components, templates, or other resources that enhance report design efficiency. By default, this path is set to the current user's Documents folder, but
it can be customized to point to any accessible directory containing the desired report parts.</p>
</div>
<h5 id="GrapeCity_ActiveReports_Design_Designer_ReportPartsDirectory_examples">Examples</h5>
<pre><code class="lang-csharp">designer.ReportPartsDirectory = "c:\\Data\Reports Library\\";</code></pre>

</div>
