StiColumnFooterBand Class

Namespace: Stimulsoft.Report.Components

Inheritance

Inherits from: StiFooterBand

Constructors

Constructor Description
StiColumnFooterBand() Creates a new component of the type StiColumnFooterBand.
StiColumnFooterBand(RectangleD rect) Creates a new component of the type StiColumnFooterBand with specified location.

StiColumnFooterBand()

Creates a new component of the type StiColumnFooterBand.


StiColumnFooterBand(rect: RectangleD)

Creates a new component of the type StiColumnFooterBand with specified location.

Parameters

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

Methods

Method Returns Description
SaveToJsonObject JObject  

Method Details

SaveToJsonObject

SaveToJsonObject(mode: StiJsonSaveMode): JObject

Parameters

Returns JObject