# GrapeCity.ActiveReports.Document.Section.ClippingStack.PopClipRect

## Content

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



<h1 id="GrapeCity_ActiveReports_Document_Section_ClippingStack_PopClipRect_" data-uid="GrapeCity.ActiveReports.Document.Section.ClippingStack.PopClipRect*">PopClipRect Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Document_Section_ClippingStack_PopClipRect_" data-uid="GrapeCity.ActiveReports.Document.Section.ClippingStack.PopClipRect*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_ClippingStack_PopClipRect" data-uid="GrapeCity.ActiveReports.Document.Section.ClippingStack.PopClipRect">PopClipRect()</h4>
<div class="markdown level1 summary"><p>Takes the last cliprect put on the stack and makes it the current cliprect.
If there are no cliprects on the stack then the current cliprect is cleared, and IsClipActive is set to <code>false</code>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void PopClipRect()</code></pre>
</div>
<h5 id="GrapeCity_ActiveReports_Document_Section_ClippingStack_PopClipRect_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The returned value will no longer be present on the stack</p>
</div>
</div>
