# GrapeCity.Documents.Excel.IPivotItem.SourceName

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Excel_IPivotItem_SourceName_" data-uid="GrapeCity.Documents.Excel.IPivotItem.SourceName*">SourceName Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Excel_IPivotItem_SourceName_" data-uid="GrapeCity.Documents.Excel.IPivotItem.SourceName*"></a>
<h4 id="GrapeCity_Documents_Excel_IPivotItem_SourceName" data-uid="GrapeCity.Documents.Excel.IPivotItem.SourceName">SourceName</h4>
<div class="markdown level1 summary"><p>Returns the specified object’s name as it appears in the original source data for the specified PivotTable report. This might be different from the
current item name if the user renamed the item after creating the PivotTable report (read-only).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">string SourceName { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">ReadOnly Property SourceName As String</code></pre>
</div>
</div>
