Name | Description | |
---|---|---|
ScriptStringValue Constructor |
The following tables list the members exposed by ScriptStringValue.
Name | Description | |
---|---|---|
ScriptStringValue Constructor |
Name | Description | |
---|---|---|
Expression | Gets or sets an expression used to calculate value of this ScriptValue<T>. Setting this value forces IsExpression to true. (Inherited from C1.Win.FlexReport.ScriptValue<string>) | |
IsExpression | Gets or sets a value indicating whether the current ScriptValue<T> is specified as an expression. (Inherited from C1.Win.FlexReport.ScriptValue<string>) | |
Value | Gets or sets a value of this ScriptValue<T>. Settings this value forces IsExpression to false. (Inherited from C1.Win.FlexReport.ScriptValue<string>) | |
ValueAsString | Gets a string representing the value of this ScriptValue<T> object. (Inherited from C1.Win.FlexReport.ScriptValue<string>) |
Name | Description | |
---|---|---|
AssignFrom | Assigns (copies) properties from another ScriptValue<T> to the current object. (Inherited from C1.Win.FlexReport.ScriptValue<string>) | |
ToString | (Inherited from C1.Win.FlexReport.ScriptValue<string>) |
Implicit Type Conversion | Converts a string to a ScriptStringValue. |