StiUnifiedExpression Class
Namespace: Stimulsoft.Report.Components
Describes class that contains an expression.
Inheritance
Inherits from: StiExpression
Constructors
| Constructor | Description |
|---|---|
| StiUnifiedExpression() | Creates a new expression. |
| StiUnifiedExpression(string value) | Creates a new expression. |
| StiUnifiedExpression(StiComponent parent, string propertyName) | Creates a new expression. |
StiUnifiedExpression()
Creates a new expression.
StiUnifiedExpression(value: string)
Creates a new expression.
Parameters
- value (string) — Gets or sets the expression value.
StiUnifiedExpression(parent: StiComponent, propertyName: string)
Creates a new expression.
Parameters
- parent (StiComponent)
- propertyName (string)
Methods
| Method | Returns | Description |
|---|---|---|
| Set | void |
Method Details
Set
Set(parent: StiComponent, propertyName: string, value: string): void
Parameters
- parent (StiComponent)
- propertyName (string)
- value (string)