StiPanel Class

Namespace: Stimulsoft.Report.Components

Inheritance

Inherits from: StiContainer

Constructors

Constructor Description
StiPanel() Creates a new panel.
StiPanel(RectangleD rect) Creates a new panel.

StiPanel()

Creates a new panel.


StiPanel(rect: RectangleD)

Creates a new panel.

Parameters

  • rect (RectangleD) — The rectangle describes size and position of the container.

Properties

Property Type Description
GapAfterLastColumn bool  

Methods

Method Returns Description
GetColumnWidth double  
LoadFromJsonObject void  
SaveToJsonObject JObject  

Method Details

GetColumnWidth

GetColumnWidth(): double

Returns double


LoadFromJsonObject

LoadFromJsonObject(jObject: JObject): void

Parameters


SaveToJsonObject

SaveToJsonObject(mode: StiJsonSaveMode): JObject

Parameters

Returns JObject