# GrapeCity.ActiveReports.Export.Pdf.Relationship

## Content

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




  <h1 id="GrapeCity_ActiveReports_Export_Pdf_Relationship" data-uid="GrapeCity.ActiveReports.Export.Pdf.Relationship" class="text-break">Relationship Enum
</h1>
  <div class="markdown level0 summary"><p>Specify attached files as associated files with this document.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.html">GrapeCity.ActiveReports.Export.Pdf</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Export.Pdf.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Export_Pdf_Relationship_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum Relationship</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Relationship_Alternative">Alternative</td>
        <td><p>Graphic object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Relationship_Data">Data</td>
        <td><p>Machine readable data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Relationship_EncryptedPayload">EncryptedPayload</td>
        <td><p>Encrypted document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Relationship_FormData">FormData</td>
        <td><p>Input fields data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Relationship_None">None</td>
        <td><p>Do not add corresponding &quot;AF&quot; entry to PDF catalog.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Relationship_Schema">Schema</td>
        <td><p>Reserved name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Relationship_Source">Source</td>
        <td><p>Original content.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Relationship_Supplement">Supplement</td>
        <td><p>Embedded e-mail attachment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Relationship_Unspecified">Unspecified</td>
        <td><p>Mark association as &quot;not specified&quot;.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
