# C1.Web.Api.Report.ReportController

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Api_Report_ReportController" data-uid="C1.Web.Api.Report.ReportController" class="text-break">ReportController Class
</h1>
  <div class="markdown level0 summary"><p>The report controller.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase">ControllerBase</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controller">Controller</a></div>
    <div class="level3"><a class="xref" href="../C1.AspNetCore.Api/C1.Web.Api.C1ApiController.html">C1ApiController</a></div>
    <div class="level4"><a class="xref" href="../C1.AspNetCore.Api.Document/C1.Web.Api.Document.DocumentController.html">DocumentController</a></div>
    <div class="level5"><span class="xref">ReportController</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.filters.iactionfilter">IActionFilter</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.filters.iasyncactionfilter">IAsyncActionFilter</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.filters.ifiltermetadata">IFilterMetadata</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Api.Report.html">C1.Web.Api.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Api.Report.dll</h6>
  <h5 id="C1_Web_Api_Report_ReportController_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Route(&quot;api/report&quot;)]
public class ReportController : DocumentController, IActionFilter, IAsyncActionFilter, IFilterMetadata, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Route(&quot;api/report&quot;)&gt;
Public Class ReportController
    Inherits DocumentController
    Implements IActionFilter, IAsyncActionFilter, IFilterMetadata, IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Api_Report_ReportController__ctor" data-uid="C1.Web.Api.Report.ReportController.#ctor">
          <a class="xref" href="C1.Web.Api.Report.ReportController.-ctor.html#C1_Web_Api_Report_ReportController__ctor">ReportController()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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="C1_Web_Api_Report_ReportController_CreateInstance_System_String_System_Collections_Generic_IDictionary_System_String_System_String____C1_Web_Api_Document_Models_PageSettings_" data-uid="C1.Web.Api.Report.ReportController.CreateInstance(System.String,System.Collections.Generic.IDictionary{System.String,System.String[]},C1.Web.Api.Document.Models.PageSettings)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.CreateInstance.html#C1_Web_Api_Report_ReportController_CreateInstance_System_String_System_Collections_Generic_IDictionary_System_String_System_String____C1_Web_Api_Document_Models_PageSettings_">CreateInstance(string, IDictionary&lt;string, string[]&gt;, PageSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates new report instance from the specified report.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_DeleteInstanceById_System_String_System_String_" data-uid="C1.Web.Api.Report.ReportController.DeleteInstanceById(System.String,System.String)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.DeleteInstanceById.html#C1_Web_Api_Report_ReportController_DeleteInstanceById_System_String_System_String_">DeleteInstanceById(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the report instance with the specifed instance id.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_ExportInstance_System_String_System_String_System_Collections_Generic_IDictionary_System_String_System_String__" data-uid="C1.Web.Api.Report.ReportController.ExportInstance(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
          <a class="xref" href="C1.Web.Api.Report.ReportController.ExportInstance.html#C1_Web_Api_Report_ReportController_ExportInstance_System_String_System_String_System_Collections_Generic_IDictionary_System_String_System_String__">ExportInstance(string, string, IDictionary&lt;string, string&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the report instance with specified instance id into report filter with options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_ExportInstance_Get_System_String_System_String_System_Collections_Generic_IDictionary_System_String_System_String__" data-uid="C1.Web.Api.Report.ReportController.ExportInstance_Get(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
          <a class="xref" href="C1.Web.Api.Report.ReportController.ExportInstance_Get.html#C1_Web_Api_Report_ReportController_ExportInstance_Get_System_String_System_String_System_Collections_Generic_IDictionary_System_String_System_String__">ExportInstance_Get(string, string, IDictionary&lt;string, string&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the report instance with specified instance id into report filter with options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_ExportInstance_Post_System_String_System_String_System_Collections_Generic_IDictionary_System_String_System_String__" data-uid="C1.Web.Api.Report.ReportController.ExportInstance_Post(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
          <a class="xref" href="C1.Web.Api.Report.ReportController.ExportInstance_Post.html#C1_Web_Api_Report_ReportController_ExportInstance_Post_System_String_System_String_System_Collections_Generic_IDictionary_System_String_System_String__">ExportInstance_Post(string, string, IDictionary&lt;string, string&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the report instance with specified instance id into report filter with options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_ExportReport_System_String_System_Collections_Generic_IDictionary_System_String_System_String__System_String_System_Collections_Generic_IDictionary_System_String_System_String____C1_Web_Api_Document_Models_PageSettings_" data-uid="C1.Web.Api.Report.ReportController.ExportReport(System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Collections.Generic.IDictionary{System.String,System.String[]},C1.Web.Api.Document.Models.PageSettings)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.ExportReport.html#C1_Web_Api_Report_ReportController_ExportReport_System_String_System_Collections_Generic_IDictionary_System_String_System_String__System_String_System_Collections_Generic_IDictionary_System_String_System_String____C1_Web_Api_Document_Models_PageSettings_">ExportReport(string, IDictionary&lt;string, string&gt;, string, IDictionary&lt;string, string[]&gt;, PageSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified report to the specified export filter with options and the specified page settings or/and parameters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_ExportReport_Get_System_String_System_Collections_Generic_IDictionary_System_String_System_String__System_String_System_Collections_Generic_IDictionary_System_String_System_String____C1_Web_Api_Document_Models_PageSettings_" data-uid="C1.Web.Api.Report.ReportController.ExportReport_Get(System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Collections.Generic.IDictionary{System.String,System.String[]},C1.Web.Api.Document.Models.PageSettings)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.ExportReport_Get.html#C1_Web_Api_Report_ReportController_ExportReport_Get_System_String_System_Collections_Generic_IDictionary_System_String_System_String__System_String_System_Collections_Generic_IDictionary_System_String_System_String____C1_Web_Api_Document_Models_PageSettings_">ExportReport_Get(string, IDictionary&lt;string, string&gt;, string, IDictionary&lt;string, string[]&gt;, PageSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified report to the specified export filter with options and the specified page settings or/and parameters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_ExportReport_Post_System_String_System_Collections_Generic_IDictionary_System_String_System_String__System_String_System_Collections_Generic_IDictionary_System_String_System_String____C1_Web_Api_Document_Models_PageSettings_" data-uid="C1.Web.Api.Report.ReportController.ExportReport_Post(System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Collections.Generic.IDictionary{System.String,System.String[]},C1.Web.Api.Document.Models.PageSettings)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.ExportReport_Post.html#C1_Web_Api_Report_ReportController_ExportReport_Post_System_String_System_Collections_Generic_IDictionary_System_String_System_String__System_String_System_Collections_Generic_IDictionary_System_String_System_String____C1_Web_Api_Document_Models_PageSettings_">ExportReport_Post(string, IDictionary&lt;string, string&gt;, string, IDictionary&lt;string, string[]&gt;, PageSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified report to the specified export filter with options and the specified page settings or/and parameters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_GetCatalogInfo_System_String_System_Boolean_" data-uid="C1.Web.Api.Report.ReportController.GetCatalogInfo(System.String,System.Boolean)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.GetCatalogInfo.html#C1_Web_Api_Report_ReportController_GetCatalogInfo_System_String_System_Boolean_">GetCatalogInfo(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the catalog info of the specified path.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_GetInstanceBookmarkByName_System_String_System_String_System_String_" data-uid="C1.Web.Api.Report.ReportController.GetInstanceBookmarkByName(System.String,System.String,System.String)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.GetInstanceBookmarkByName.html#C1_Web_Api_Report_ReportController_GetInstanceBookmarkByName_System_String_System_String_System_String_">GetInstanceBookmarkByName(string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the bookmark with specified name in the report instance with specified instance id.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_GetInstanceBookmarks_System_String_System_String_" data-uid="C1.Web.Api.Report.ReportController.GetInstanceBookmarks(System.String,System.String)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.GetInstanceBookmarks.html#C1_Web_Api_Report_ReportController_GetInstanceBookmarks_System_String_System_String_">GetInstanceBookmarks(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Not supported. Gets all bookmarks in the report instance with specified instance id.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_GetInstanceById_System_String_System_String_" data-uid="C1.Web.Api.Report.ReportController.GetInstanceById(System.String,System.String)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.GetInstanceById.html#C1_Web_Api_Report_ReportController_GetInstanceById_System_String_System_String_">GetInstanceById(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the info of the report instance with the specified instance id.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_GetInstanceFeatures_System_String_System_String_" data-uid="C1.Web.Api.Report.ReportController.GetInstanceFeatures(System.String,System.String)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.GetInstanceFeatures.html#C1_Web_Api_Report_ReportController_GetInstanceFeatures_System_String_System_String_">GetInstanceFeatures(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the features supported by the report instance with specified instance id.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_GetInstanceOutlines_System_String_System_String_" data-uid="C1.Web.Api.Report.ReportController.GetInstanceOutlines(System.String,System.String)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.GetInstanceOutlines.html#C1_Web_Api_Report_ReportController_GetInstanceOutlines_System_String_System_String_">GetInstanceOutlines(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets all outlines in the report instance with specified instance id.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_GetInstancePageSettings_System_String_System_String_" data-uid="C1.Web.Api.Report.ReportController.GetInstancePageSettings(System.String,System.String)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.GetInstancePageSettings.html#C1_Web_Api_Report_ReportController_GetInstancePageSettings_System_String_System_String_">GetInstancePageSettings(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current page settings in the report instance with specified instance id.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_GetInstanceParameterByName_System_String_System_String_System_String_" data-uid="C1.Web.Api.Report.ReportController.GetInstanceParameterByName(System.String,System.String,System.String)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.GetInstanceParameterByName.html#C1_Web_Api_Report_ReportController_GetInstanceParameterByName_System_String_System_String_System_String_">GetInstanceParameterByName(string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parameter with specified name in the report instance with specified instance id.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_GetInstanceParameters_System_String_System_String_" data-uid="C1.Web.Api.Report.ReportController.GetInstanceParameters(System.String,System.String)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.GetInstanceParameters.html#C1_Web_Api_Report_ReportController_GetInstanceParameters_System_String_System_String_">GetInstanceParameters(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parameters in the report instance with specified instance id.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_GetInstanceSearchResults_System_String_System_String_System_String_System_Boolean_System_Boolean_System_Int32_C1_Web_Api_Document_Models_SearchScope_" data-uid="C1.Web.Api.Report.ReportController.GetInstanceSearchResults(System.String,System.String,System.String,System.Boolean,System.Boolean,System.Int32,C1.Web.Api.Document.Models.SearchScope)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.GetInstanceSearchResults.html#C1_Web_Api_Report_ReportController_GetInstanceSearchResults_System_String_System_String_System_String_System_Boolean_System_Boolean_System_Int32_C1_Web_Api_Document_Models_SearchScope_">GetInstanceSearchResults(string, string, string, bool, bool, int, SearchScope)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the search result in the report instance with specified instance id.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_GetInstanceStatus_System_String_System_String_" data-uid="C1.Web.Api.Report.ReportController.GetInstanceStatus(System.String,System.String)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.GetInstanceStatus.html#C1_Web_Api_Report_ReportController_GetInstanceStatus_System_String_System_String_">GetInstanceStatus(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the status of the report instance with specified instance id.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_GetInstanceSupportedFormatByName_System_String_System_String_System_String_" data-uid="C1.Web.Api.Report.ReportController.GetInstanceSupportedFormatByName(System.String,System.String,System.String)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.GetInstanceSupportedFormatByName.html#C1_Web_Api_Report_ReportController_GetInstanceSupportedFormatByName_System_String_System_String_System_String_">GetInstanceSupportedFormatByName(string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the export format with specified name supported by the report instance with specified instance id.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_GetInstanceSupportedFormats_System_String_System_String_" data-uid="C1.Web.Api.Report.ReportController.GetInstanceSupportedFormats(System.String,System.String)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.GetInstanceSupportedFormats.html#C1_Web_Api_Report_ReportController_GetInstanceSupportedFormats_System_String_System_String_">GetInstanceSupportedFormats(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the export formats supported by the report instance with specified instance id.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_GetInstances_System_String_" data-uid="C1.Web.Api.Report.ReportController.GetInstances(System.String)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.GetInstances.html#C1_Web_Api_Report_ReportController_GetInstances_System_String_">GetInstances(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets all report instances created by the specified report.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_GetReport_System_String_" data-uid="C1.Web.Api.Report.ReportController.GetReport(System.String)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.GetReport.html#C1_Web_Api_Report_ReportController_GetReport_System_String_">GetReport(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the info of the specified report.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_GetReportPageSettings_System_String_" data-uid="C1.Web.Api.Report.ReportController.GetReportPageSettings(System.String)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.GetReportPageSettings.html#C1_Web_Api_Report_ReportController_GetReportPageSettings_System_String_">GetReportPageSettings(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default page settings defined in the specified report.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_GetReportParameterByName_System_String_System_String_" data-uid="C1.Web.Api.Report.ReportController.GetReportParameterByName(System.String,System.String)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.GetReportParameterByName.html#C1_Web_Api_Report_ReportController_GetReportParameterByName_System_String_System_String_">GetReportParameterByName(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parameter with specifed name in the specified report.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_GetReportParameters_System_String_" data-uid="C1.Web.Api.Report.ReportController.GetReportParameters(System.String)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.GetReportParameters.html#C1_Web_Api_Report_ReportController_GetReportParameters_System_String_">GetReportParameters(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parameters defined in the specified report.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_GetReportSupportedFormatByName_System_String_System_String_" data-uid="C1.Web.Api.Report.ReportController.GetReportSupportedFormatByName(System.String,System.String)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.GetReportSupportedFormatByName.html#C1_Web_Api_Report_ReportController_GetReportSupportedFormatByName_System_String_System_String_">GetReportSupportedFormatByName(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the export format with specified name which is supported by the specified report.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_GetReportSupportedFormats_System_String_" data-uid="C1.Web.Api.Report.ReportController.GetReportSupportedFormats(System.String)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.GetReportSupportedFormats.html#C1_Web_Api_Report_ReportController_GetReportSupportedFormats_System_String_">GetReportSupportedFormats(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the export formats supported by the specified report.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_RenderInstance_System_String_System_String_System_Collections_Generic_IDictionary_System_String_System_String____C1_Web_Api_Document_Models_PageSettings_System_String_" data-uid="C1.Web.Api.Report.ReportController.RenderInstance(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String[]},C1.Web.Api.Document.Models.PageSettings,System.String)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.RenderInstance.html#C1_Web_Api_Report_ReportController_RenderInstance_System_String_System_String_System_Collections_Generic_IDictionary_System_String_System_String____C1_Web_Api_Document_Models_PageSettings_System_String_">RenderInstance(string, string, IDictionary&lt;string, string[]&gt;, PageSettings, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the report instance with the specified instance id.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_SetInstancePageSettings_System_String_System_String_C1_Web_Api_Document_Models_PageSettings_" data-uid="C1.Web.Api.Report.ReportController.SetInstancePageSettings(System.String,System.String,C1.Web.Api.Document.Models.PageSettings)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.SetInstancePageSettings.html#C1_Web_Api_Report_ReportController_SetInstancePageSettings_System_String_System_String_C1_Web_Api_Document_Models_PageSettings_">SetInstancePageSettings(string, string, PageSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates all page settings properties in the report instance with specified instance id.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_SetInstanceParameterByName_System_String_System_String_System_String_System_String___" data-uid="C1.Web.Api.Report.ReportController.SetInstanceParameterByName(System.String,System.String,System.String,System.String[])">
          <a class="xref" href="C1.Web.Api.Report.ReportController.SetInstanceParameterByName.html#C1_Web_Api_Report_ReportController_SetInstanceParameterByName_System_String_System_String_System_String_System_String___">SetInstanceParameterByName(string, string, string, string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the value of parameter with specified name in the report instance with specified instance if.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_SetInstanceParameters_System_String_System_String_System_Collections_Generic_IDictionary_System_String_System_String____" data-uid="C1.Web.Api.Report.ReportController.SetInstanceParameters(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String[]})">
          <a class="xref" href="C1.Web.Api.Report.ReportController.SetInstanceParameters.html#C1_Web_Api_Report_ReportController_SetInstanceParameters_System_String_System_String_System_Collections_Generic_IDictionary_System_String_System_String____">SetInstanceParameters(string, string, IDictionary&lt;string, string[]&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates all parameter values in the report instance with specified instance id.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_StopInstanceRendering_System_String_System_String_" data-uid="C1.Web.Api.Report.ReportController.StopInstanceRendering(System.String,System.String)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.StopInstanceRendering.html#C1_Web_Api_Report_ReportController_StopInstanceRendering_System_String_System_String_">StopInstanceRendering(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Stops the rendering of the report instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_UpdateInstancePageSettings_System_String_System_String_C1_Web_Api_Document_Models_PageSettings_" data-uid="C1.Web.Api.Report.ReportController.UpdateInstancePageSettings(System.String,System.String,C1.Web.Api.Document.Models.PageSettings)">
          <a class="xref" href="C1.Web.Api.Report.ReportController.UpdateInstancePageSettings.html#C1_Web_Api_Report_ReportController_UpdateInstancePageSettings_System_String_System_String_C1_Web_Api_Document_Models_PageSettings_">UpdateInstancePageSettings(string, string, PageSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the specified page settings properties in the report instancce with specified instance id.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_ReportController_UpdateInstanceParameters_System_String_System_String_System_Collections_Generic_IDictionary_System_String_System_String____" data-uid="C1.Web.Api.Report.ReportController.UpdateInstanceParameters(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String[]})">
          <a class="xref" href="C1.Web.Api.Report.ReportController.UpdateInstanceParameters.html#C1_Web_Api_Report_ReportController_UpdateInstanceParameters_System_String_System_String_System_Collections_Generic_IDictionary_System_String_System_String____">UpdateInstanceParameters(string, string, IDictionary&lt;string, string[]&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates specified parameter values in the report instance with specified instance id.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
