[]
        
(Showing Draft Content)

C1.Report.ScriptObjectValue

ScriptObjectValue Class

Represents an object value that can be specified as a constant or as an expression.

Inheritance
ScriptObjectValue
Namespace: C1.Report
Assembly: C1.Report.4.6.2.dll
Syntax
public class ScriptObjectValue : ScriptValue<object>
Public Class ScriptObjectValue
    Inherits ScriptValue(Of Object)

Constructors

Name Description
ScriptObjectValue()

Operators

Name Description
implicit operator ScriptObjectValue(string)

Converts a string to a ScriptObjectValue.