# C1.Report.Field.Shape

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_Field_Shape_" data-uid="C1.Report.Field.Shape*">Shape Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_Field_Shape_" data-uid="C1.Report.Field.Shape*"></a>
<h4 id="C1_Report_Field_Shape" data-uid="C1.Report.Field.Shape">Shape</h4>
<div class="markdown level1 summary"><p>Gets or sets an instance of the <a class="xref" href="../C1.Document/C1.Document.ShapeBase.html">ShapeBase</a>-derived class specifying
properties of the geometric shape drawn by this field (if <a class="xref" href="C1.Report.Field.ShapeType.html#C1_Report_Field_ShapeType">ShapeType</a> is not <b>None</b>).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
[C1Category(&quot;Special&quot;)]
[C1Description(&quot;Field.Shape&quot;, &quot;Specifies the geometric properties of the shape drawn by this field.&quot;)]
public ShapeBase Shape { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
&lt;C1Category(&quot;Special&quot;)&gt;
&lt;C1Description(&quot;Field.Shape&quot;, &quot;Specifies the geometric properties of the shape drawn by this field.&quot;)&gt;
Public Property Shape As ShapeBase</code></pre>
</div>
<h5 id="C1_Report_Field_Shape_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.Report.Field.ShapeType.html#C1_Report_Field_ShapeType">ShapeType</a></div>
</div>
</div>
