StiSkipIndicesExpression Class
Namespace: Stimulsoft.Report.Gauge
Inheritance
Inherits from: StiExpression
Constructors
| Constructor | Description |
|---|---|
| StiSkipIndicesExpression() | Creates a new expression. |
| StiSkipIndicesExpression(string value) | Creates a new expression. |
StiSkipIndicesExpression()
Creates a new expression.
StiSkipIndicesExpression(value: string)
Creates a new expression.
Parameters
- value (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.