# GrapeCity.ActiveReports.Document.Section.DrawCanvas.DrawText

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Document_Section_DrawCanvas_DrawText_" data-uid="GrapeCity.ActiveReports.Document.Section.DrawCanvas.DrawText*">DrawText Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Document_Section_DrawCanvas_DrawText_" data-uid="GrapeCity.ActiveReports.Document.Section.DrawCanvas.DrawText*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_DrawCanvas_DrawText_System_String_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Document.Section.DrawCanvas.DrawText(System.String,System.Single,System.Single,System.Single,System.Single)">DrawText(string, float, float, float, float)</h4>
<div class="markdown level1 summary"><p>DrawText</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void DrawText(string strText, float left, float top, float width, float height)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">strText</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">left</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">top</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">width</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">height</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Document_Section_DrawCanvas_DrawText_" data-uid="GrapeCity.ActiveReports.Document.Section.DrawCanvas.DrawText*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_DrawCanvas_DrawText_System_String_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Document.Section.DrawCanvas.DrawText(System.String,System.Drawing.RectangleF)">DrawText(string, RectangleF)</h4>
<div class="markdown level1 summary"><p>DrawText</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void DrawText(string strText, RectangleF text)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">strText</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a></td>
      <td><span class="parametername">text</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Document_Section_DrawCanvas_DrawText_" data-uid="GrapeCity.ActiveReports.Document.Section.DrawCanvas.DrawText*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_DrawCanvas_DrawText_System_String___System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Document.Section.DrawCanvas.DrawText(System.String[],System.Single,System.Single,System.Single,System.Single)">DrawText(string[], float, float, float, float)</h4>
<div class="markdown level1 summary"><p>RS: CR 24033 - Keep the method with the old signature for the back compatibility</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void DrawText(string[] astrText, float left, float top, float width, float height)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</td>
      <td><span class="parametername">astrText</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">left</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">top</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">width</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">height</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Document_Section_DrawCanvas_DrawText_" data-uid="GrapeCity.ActiveReports.Document.Section.DrawCanvas.DrawText*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_DrawCanvas_DrawText_System_String___System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Document.Section.DrawCanvas.DrawText(System.String[],System.Drawing.RectangleF)">DrawText(string[], RectangleF)</h4>
<div class="markdown level1 summary"><p>DrawText</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void DrawText(string[] astrText, RectangleF text)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</td>
      <td><span class="parametername">astrText</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a></td>
      <td><span class="parametername">text</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Document_Section_DrawCanvas_DrawText_" data-uid="GrapeCity.ActiveReports.Document.Section.DrawCanvas.DrawText*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_DrawCanvas_DrawText_System_String_System_Single_System_Single_System_Single_System_Single_System_String_" data-uid="GrapeCity.ActiveReports.Document.Section.DrawCanvas.DrawText(System.String,System.Single,System.Single,System.Single,System.Single,System.String)">DrawText(string, float, float, float, float, string)</h4>
<div class="markdown level1 summary"><p>DrawText</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void DrawText(string strText, float left, float top, float width, float height, string strLink)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">strText</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">left</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">top</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">width</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">height</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">strLink</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Document_Section_DrawCanvas_DrawText_" data-uid="GrapeCity.ActiveReports.Document.Section.DrawCanvas.DrawText*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_DrawCanvas_DrawText_System_String_System_Drawing_RectangleF_System_String_" data-uid="GrapeCity.ActiveReports.Document.Section.DrawCanvas.DrawText(System.String,System.Drawing.RectangleF,System.String)">DrawText(string, RectangleF, string)</h4>
<div class="markdown level1 summary"><p>DrawText</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void DrawText(string strText, RectangleF text, string strLink)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">strText</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a></td>
      <td><span class="parametername">text</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">strLink</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Document_Section_DrawCanvas_DrawText_" data-uid="GrapeCity.ActiveReports.Document.Section.DrawCanvas.DrawText*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_DrawCanvas_DrawText_System_String___System_Single_System_Single_System_Single_System_Single_System_String_" data-uid="GrapeCity.ActiveReports.Document.Section.DrawCanvas.DrawText(System.String[],System.Single,System.Single,System.Single,System.Single,System.String)">DrawText(string[], float, float, float, float, string)</h4>
<div class="markdown level1 summary"><p>RS: CR 24033 - Keep the old method signature for the back compatibility</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void DrawText(string[] astrText, float left, float top, float width, float height, string strLink)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</td>
      <td><span class="parametername">astrText</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">left</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">top</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">width</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">height</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">strLink</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Document_Section_DrawCanvas_DrawText_" data-uid="GrapeCity.ActiveReports.Document.Section.DrawCanvas.DrawText*"></a>
<h4 id="GrapeCity_ActiveReports_Document_Section_DrawCanvas_DrawText_System_String___System_Drawing_RectangleF_System_String_" data-uid="GrapeCity.ActiveReports.Document.Section.DrawCanvas.DrawText(System.String[],System.Drawing.RectangleF,System.String)">DrawText(string[], RectangleF, string)</h4>
<div class="markdown level1 summary"><p>DrawText</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void DrawText(string[] astrText, RectangleF text, string strLink)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</td>
      <td><span class="parametername">astrText</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a></td>
      <td><span class="parametername">text</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">strLink</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
