# C1.Report.ScriptObjectValue

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_ScriptObjectValue" data-uid="C1.Report.ScriptObjectValue" class="text-break">ScriptObjectValue Class
</h1>
  <div class="markdown level0 summary"><p>Represents an object value 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.object">object</a>&gt;</div>
    <div class="level2"><span class="xref">ScriptObjectValue</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_ScriptObjectValue_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ScriptObjectValue : ScriptValue&lt;object&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ScriptObjectValue
    Inherits ScriptValue(Of Object)</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_ScriptObjectValue__ctor" data-uid="C1.Report.ScriptObjectValue.#ctor">
          <a class="xref" href="C1.Report.ScriptObjectValue.-ctor.html#C1_Report_ScriptObjectValue__ctor">ScriptObjectValue()</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_ScriptObjectValue_op_Implicit_System_String__C1_Report_ScriptObjectValue" data-uid="C1.Report.ScriptObjectValue.op_Implicit(System.String)~C1.Report.ScriptObjectValue">
          <a class="xref" href="C1.Report.ScriptObjectValue.op_Implicit.html#C1_Report_ScriptObjectValue_op_Implicit_System_String__C1_Report_ScriptObjectValue">implicit operator ScriptObjectValue(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a string to a <a class="xref" href="C1.Report.ScriptObjectValue.html">ScriptObjectValue</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
