# GrapeCity.ActiveReports.Blazor.Designer.Documents

## Content

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



  <h1 id="GrapeCity_ActiveReports_Blazor_Designer_Documents" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Documents" class="text-break">Documents Class
</h1>
  <div class="markdown level0 summary"><p>Represents methods for managing documents, allowing the creation, opening, saving, and status checking of reports being edited.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">Documents</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.html">GrapeCity.ActiveReports.Blazor.Designer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Blazor.Designer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Blazor_Designer_Documents_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Documents</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Documents_Create_GrapeCity_ActiveReports_Blazor_Designer_CreateDocumentOptions_" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Documents.Create(GrapeCity.ActiveReports.Blazor.Designer.CreateDocumentOptions)">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Documents.Create.html#GrapeCity_ActiveReports_Blazor_Designer_Documents_Create_GrapeCity_ActiveReports_Blazor_Designer_CreateDocumentOptions_">Create(CreateDocumentOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new report to be edited in Designer using the specified <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.CreateDocumentOptions.html">CreateDocumentOptions</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Documents_HasUnsavedChanges" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Documents.HasUnsavedChanges">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Documents.HasUnsavedChanges.html#GrapeCity_ActiveReports_Blazor_Designer_Documents_HasUnsavedChanges">HasUnsavedChanges()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the report has unsaved changes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Documents_Info" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Documents.Info">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Documents.Info.html#GrapeCity_ActiveReports_Blazor_Designer_Documents_Info">Info()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns information about the currently edited report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Documents_IsNew" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Documents.IsNew">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Documents.IsNew.html#GrapeCity_ActiveReports_Blazor_Designer_Documents_IsNew">IsNew()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the report was saved at least once before.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Documents_Open" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Documents.Open">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Documents.Open.html#GrapeCity_ActiveReports_Blazor_Designer_Documents_Open">Open()</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the open report dialog.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Documents_OpenById_System_String_GrapeCity_ActiveReports_Blazor_Designer_SupportedDocumentType_System_String_System_String_" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Documents.OpenById(System.String,GrapeCity.ActiveReports.Blazor.Designer.SupportedDocumentType,System.String,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Documents.OpenById.html#GrapeCity_ActiveReports_Blazor_Designer_Documents_OpenById_System_String_GrapeCity_ActiveReports_Blazor_Designer_SupportedDocumentType_System_String_System_String_">OpenById(string, SupportedDocumentType, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens an existing report to be edited in Designer with the specified id.
Optionally, pass name and content; otherwise, it will be loaded from the server.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Documents_Save" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Documents.Save">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Documents.Save.html#GrapeCity_ActiveReports_Blazor_Designer_Documents_Save">Save()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the report currently edited in Designer.
If the report is new, the &quot;Save As&quot; dialog will be opened.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Documents_SaveAs" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Documents.SaveAs">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Documents.SaveAs.html#GrapeCity_ActiveReports_Blazor_Designer_Documents_SaveAs">SaveAs()</a>
        </td>
        <td class="markdown level1 summary"><p>Opens the &quot;Save As&quot; dialog.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Documents_SaveById_System_String_System_String_" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Documents.SaveById(System.String,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Documents.SaveById.html#GrapeCity_ActiveReports_Blazor_Designer_Documents_SaveById_System_String_System_String_">SaveById(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the report currently edited in Designer using the specified id.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Documents_SaveByName_System_String_" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Documents.SaveByName(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Documents.SaveByName.html#GrapeCity_ActiveReports_Blazor_Designer_Documents_SaveByName_System_String_">SaveByName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the report currently edited in Designer using the specified name.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
