# C1.Report.ImageField.Picture

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_ImageField_Picture_" data-uid="C1.Report.ImageField.Picture*">Picture Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_ImageField_Picture_" data-uid="C1.Report.ImageField.Picture*"></a>
<h4 id="C1_Report_ImageField_Picture" data-uid="C1.Report.ImageField.Picture">Picture</h4>
<div class="markdown level1 summary"><p>Gets or sets a picture to display in the field.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Image&quot;)]
[C1Description(&quot;ImageField.Picture&quot;, &quot;The static or databound picture to display in the field.&quot;)]
public virtual object Picture { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Image&quot;)&gt;
&lt;C1Description(&quot;ImageField.Picture&quot;, &quot;The static or databound picture to display in the field.&quot;)&gt;
Public Overridable Property Picture As Object</code></pre>
</div>
<h5 id="C1_Report_ImageField_Picture_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>You may set this property to three types of object:</p>
<p>1) <span class="xref">GrapeCity.Documents.Drawing.Image</span> objects.</p>
<p>2) Strings containing image file names or Urls.</p>
<p>3) Strings containing names of image fields in the report data source.</p>
<p>Options 1 and 2 are used to create unbound images, such as logos. These images do not 
depend on the report data.</p>
<p>Option 3 is used to create bound images, such as product or employee pictures. These 
are images stored with the report data.</p>
</div>
<h5 id="C1_Report_ImageField_Picture_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.Report.ImageField.PictureAlign.html#C1_Report_ImageField_PictureAlign">PictureAlign</a></div>
    <div><a class="xref" href="C1.Report.ImageField.PictureScale.html#C1_Report_ImageField_PictureScale">PictureScale</a></div>
</div>
</div>
