StiSystemText Class

Namespace: Stimulsoft.Report.Components

Inheritance

Inherits from: StiText

Constructors

Constructor Description
StiSystemText() Creates a new component of the type StiSystemText.
StiSystemText(RectangleD rect) Creates a new component of the type StiSystemText.
StiSystemText(RectangleD rect, string text) Creates a new component of the type StiSystemText.

StiSystemText()

Creates a new component of the type StiSystemText.


StiSystemText(rect: RectangleD)

Creates a new component of the type StiSystemText.

Parameters

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

StiSystemText(rect: RectangleD, text: string)

Creates a new component of the type StiSystemText.

Parameters

  • rect (RectangleD) — The rectangle describes size and position of the component.
  • text (string) — Text expression.