StiGroupConditionExpression Class
Namespace: Stimulsoft.Report.Components
Inheritance
Inherits from: StiUnifiedExpression
Constructors
| Constructor | Description |
|---|---|
| StiGroupConditionExpression() | Creates a new expression. |
| StiGroupConditionExpression(string value) | Creates a new expression. |
| StiGroupConditionExpression(StiComponent parent, string propertyName) | Creates a new expression. |
StiGroupConditionExpression()
Creates a new expression.
StiGroupConditionExpression(value: string)
Creates a new expression.
Parameters
- value (string) — Expression value.
StiGroupConditionExpression(parent: StiComponent, propertyName: string)
Creates a new expression.
Parameters
- parent (StiComponent)
- propertyName (string)
Methods
| Method | Returns | Description |
|---|---|---|
| GetDefaultEvent | StiEvent | Returns the event for processing of the expession when generation the report script. |
Method Details
GetDefaultEvent
GetDefaultEvent(): StiEvent
Returns the event for processing of the expession when generation the report script.
Returns StiEvent — The event for processing of the expession.