Click or drag to resize

StiStaticBandBreak 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 override bool Break(
	StiComponent dividedComponent,
	double devideFactor,
	ref double divLine
)

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.StiStaticBand.Break(Stimulsoft.Report.Components.StiComponent,System.Double,System.Double@)"]

divLine
Type: SystemDouble

[Missing <param name="divLine"/> documentation for "M:Stimulsoft.Report.Components.StiStaticBand.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