StiColumnBeginRenderEvent Class

Namespace: Stimulsoft.Report.Events

Inheritance

Inherits from: StiEvent

Constructors

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

StiColumnBeginRenderEvent()

Creates a new object of the type StiColumnBeginRenderEvent.


StiColumnBeginRenderEvent(script: string)

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

Parameters

  • script (string) — Script of the event.

StiColumnBeginRenderEvent(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