# C1.Report.ScriptStringValue

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_ScriptStringValue" data-uid="C1.Report.ScriptStringValue" class="text-break">ScriptStringValue Class
</h1>
  <div class="markdown level0 summary"><p>Represents a string that can be specified as a constant or as an expression.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.Report.ScriptValue-1.html">ScriptValue</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</div>
    <div class="level2"><span class="xref">ScriptStringValue</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.html">C1.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_ScriptStringValue_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ScriptStringValue : ScriptValue&lt;string&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ScriptStringValue
    Inherits ScriptValue(Of String)</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Report_ScriptStringValue__ctor" data-uid="C1.Report.ScriptStringValue.#ctor">
          <a class="xref" href="C1.Report.ScriptStringValue.-ctor.html#C1_Report_ScriptStringValue__ctor">ScriptStringValue()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Report_ScriptStringValue_op_Implicit_System_String__C1_Report_ScriptStringValue" data-uid="C1.Report.ScriptStringValue.op_Implicit(System.String)~C1.Report.ScriptStringValue">
          <a class="xref" href="C1.Report.ScriptStringValue.op_Implicit.html#C1_Report_ScriptStringValue_op_Implicit_System_String__C1_Report_ScriptStringValue">implicit operator ScriptStringValue(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a string to a <a class="xref" href="C1.Report.ScriptStringValue.html">ScriptStringValue</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
