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
)
Public Function Break (
dividedComponent As StiComponent,
devideFactor As Double,
ByRef divideLine As Double
) As Boolean
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.StiText.Break(Stimulsoft.Report.Components.StiComponent,System.Double,System.Double@)"]
- divideLine
- Type: SystemDouble
[Missing <param name="divideLine"/> documentation for "M:Stimulsoft.Report.Components.StiText.Break(Stimulsoft.Report.Components.StiComponent,System.Double,System.Double@)"]
Return Value
Type:
BooleanIf true, then component is successful divided.
Implements
IStiBreakableBreak(StiComponent, Double, Double)See Also