StiGetListOfValuesEvent Class

Namespace: Stimulsoft.Report.Events

Inheritance

Inherits from: StiEvent

Constructors

Constructor Description
StiGetListOfValuesEvent() Creates a new object of the type StiGetListOfValuesEvent.
StiGetListOfValuesEvent(string script) Creates a new object of the type StiGetListOfValuesEvent with specified arguments.
StiGetListOfValuesEvent(StiComponent parent) Creates a new object of the type StiEvent with specified arguments.

StiGetListOfValuesEvent()

Creates a new object of the type StiGetListOfValuesEvent.


StiGetListOfValuesEvent(script: string)

Creates a new object of the type StiGetListOfValuesEvent with specified arguments.

Parameters

  • script (string) — Script of the event.

StiGetListOfValuesEvent(parent: StiComponent)

Creates a new object of the type StiEvent with specified arguments.

Parameters

  • parent (StiComponent) — Component which contain this event.

Methods

Method Returns Description
GetEventType Type Return the type of the event.
GetParameters StiParameterInfo[] Returns an array of event parameters.
ToString string Returns the string representation of the event.

Method Details

GetEventType

GetEventType(): Type

Return the type of the event.

Returns Type — Event type.


GetParameters

GetParameters(): StiParameterInfo[]

Returns an array of event parameters.

Returns StiParameterInfo[] — Array of event parameters.


ToString

ToString(): string

Returns the string representation of the event.

Returns string