StiHyperlinkExpression Class
Namespace: Stimulsoft.Report.Components
Inheritance
Inherits from: StiUnifiedExpression
Constructors
| Constructor | Description |
|---|---|
| StiHyperlinkExpression() | Creates a new expression. |
| StiHyperlinkExpression(string value) | Creates a new expression. |
| StiHyperlinkExpression(StiComponent parent, string propertyName) | Creates a new expression. |
StiHyperlinkExpression()
Creates a new expression.
StiHyperlinkExpression(value: string)
Creates a new expression.
Parameters
- value (string) — Expression value.
StiHyperlinkExpression(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 expression while script report generation. |
Method Details
GetDefaultEvent
GetDefaultEvent(): StiEvent
Returns the event for processing of the expression while script report generation.
Returns StiEvent — The event to process the expression.