StiStateSaveEvent Class

Namespace: Stimulsoft.Report.Events

Inheritance

Inherits from: StiEvent

Constructors

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

StiStateSaveEvent()

Creates a new object of the type StiStateSaveEvent.


StiStateSaveEvent(script: string)

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

Parameters

  • script (string) — Script of the event.

StiStateSaveEvent(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
ToString string Returns the string representation of the event.

Method Details

ToString

ToString(): string

Returns the string representation of the event.

Returns string