# GrapeCity.ActiveReports.Document.Section.Annotations.AnnotationCollection.Refresh

## Content

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



<h1 id="GrapeCity_ActiveReports_Document_Section_Annotations_AnnotationCollection_Refresh_" data-uid="GrapeCity.ActiveReports.Document.Section.Annotations.AnnotationCollection.Refresh*">Refresh Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Document_Section_Annotations_AnnotationCollection_Refresh_" data-uid="GrapeCity.ActiveReports.Document.Section.Annotations.AnnotationCollection.Refresh*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_Annotations_AnnotationCollection_Refresh_GrapeCity_ActiveReports_Document_Section_Annotations_Annotation_" data-uid="GrapeCity.ActiveReports.Document.Section.Annotations.AnnotationCollection.Refresh(GrapeCity.ActiveReports.Document.Section.Annotations.Annotation)">Refresh(Annotation)</h4>
<div class="markdown level1 summary"><p>Updates the annotation display.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Refresh(Annotation annotation)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Document.Section.Annotations.Annotation.html">Annotation</a></td>
      <td><span class="parametername">annotation</span></td>
      <td><p>The annotation whose display will be updated</p>
</td>
    </tr>
  </tbody>
</table>
</div>
