# C1.Report.FlexReport.Page

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_FlexReport_Page_" data-uid="C1.Report.FlexReport.Page*">Page Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_FlexReport_Page_" data-uid="C1.Report.FlexReport.Page*"></a>
<h4 id="C1_Report_FlexReport_Page" data-uid="C1.Report.FlexReport.Page">Page</h4>
<div class="markdown level1 summary"><p>Gets or sets the current page number.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public int Page { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public Property Page As Integer</code></pre>
</div>
<h5 id="C1_Report_FlexReport_Page_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property is a global variable available to <b>VBScript</b> expressions.</p>
<p>It is automatically initialized by the control with the value 1 when a report starts rendering, 
and it is automatically incremented after each page break.</p>
<p>This property is read-write, so you can reset it using scripts. For example, you can reset the
current page to 1 whenever a new group starts rendering.</p>
</div>
</div>
