Click or drag to resize

IStiBreakable Interface

Describes interface of breakable feature.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public interface IStiBreakable

The IStiBreakable type exposes the following members.

Properties
  NameDescription
Public propertyCanBreak
Gets or sets value which indicates whether the component can or cannot break its contents on several pages.
Top
Methods
  NameDescription
Public methodBreak
Divides content of components in two parts. Returns result of dividing. If true, then component is successful divided.
Top
See Also