Click or drag to resize

StiCheckBoxBreak Method

Divides content of components in two parts. Returns result of dividing. If true, then component is successful divided.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public bool Break(
	StiComponent dividedComponent,
	double devideFactor,
	ref double divideLine
)

Parameters

dividedComponent
Type: Stimulsoft.Report.ComponentsStiComponent
Component for store part of content.
devideFactor
Type: SystemDouble

[Missing <param name="devideFactor"/> documentation for "M:Stimulsoft.Report.Components.StiCheckBox.Break(Stimulsoft.Report.Components.StiComponent,System.Double,System.Double@)"]

divideLine
Type: SystemDouble

[Missing <param name="divideLine"/> documentation for "M:Stimulsoft.Report.Components.StiCheckBox.Break(Stimulsoft.Report.Components.StiComponent,System.Double,System.Double@)"]

Return Value

Type: Boolean
If true, then component is successful divided.

Implements

IStiBreakableBreak(StiComponent, Double, Double)
See Also