StiListViewControl Class

Namespace: Stimulsoft.Report.Dialogs

Inheritance

Inherits from: StiReportControl

Constructors

Constructor Description
StiListViewControl() Creates a new StiListViewControl.
StiListViewControl(RectangleD rect) Creates a new StiListViewControl.

StiListViewControl()

Creates a new StiListViewControl.


StiListViewControl(rect: RectangleD)

Creates a new StiListViewControl.

Parameters

  • rect (RectangleD) — The rectangle describes sizes and position of the control.

Methods

Method Returns Description
GetDefaultEvent StiEvent Gets default event for this report control.
InvokeSelectedIndexChanged void  
LoadFromJsonObject void  
SaveToJsonObject JObject  

Method Details

GetDefaultEvent

GetDefaultEvent(): StiEvent

Gets default event for this report control.

Returns StiEvent — Default event.


InvokeSelectedIndexChanged

InvokeSelectedIndexChanged(e: EventArgs): void

Parameters

  • e (EventArgs)

LoadFromJsonObject

LoadFromJsonObject(jObject: JObject): void

Parameters


SaveToJsonObject

SaveToJsonObject(mode: StiJsonSaveMode): JObject

Parameters

Returns JObject