# C1.Document.Export.Ssrs.ExcelExporter.SimplePageHeaders

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Document_Export_Ssrs_ExcelExporter_SimplePageHeaders_" data-uid="C1.Document.Export.Ssrs.ExcelExporter.SimplePageHeaders*">SimplePageHeaders Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Document_Export_Ssrs_ExcelExporter_SimplePageHeaders_" data-uid="C1.Document.Export.Ssrs.ExcelExporter.SimplePageHeaders*"></a>
<h4 id="C1_Document_Export_Ssrs_ExcelExporter_SimplePageHeaders" data-uid="C1.Document.Export.Ssrs.ExcelExporter.SimplePageHeaders">SimplePageHeaders</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the page header of the report is rendered to the Excel page header.
A value of false indicates that the page header is rendered to the first row of the worksheet.
The default value is false.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool SimplePageHeaders { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property SimplePageHeaders As Boolean</code></pre>
</div>
</div>
