Click or drag to resize

StiContainerConvert Method (StiUnit, StiUnit, Boolean, Boolean)

Converts a component out of one unit into another.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void Convert(
	StiUnit oldUnit,
	StiUnit newUnit,
	bool isReportSnapshot,
	bool convertComponents
)

Parameters

oldUnit
Type: Stimulsoft.Report.UnitsStiUnit
Old units.
newUnit
Type: Stimulsoft.Report.UnitsStiUnit
New units.
isReportSnapshot
Type: SystemBoolean

[Missing <param name="isReportSnapshot"/> documentation for "M:Stimulsoft.Report.Components.StiContainer.Convert(Stimulsoft.Report.Units.StiUnit,Stimulsoft.Report.Units.StiUnit,System.Boolean,System.Boolean)"]

convertComponents
Type: SystemBoolean

[Missing <param name="convertComponents"/> documentation for "M:Stimulsoft.Report.Components.StiContainer.Convert(Stimulsoft.Report.Units.StiUnit,Stimulsoft.Report.Units.StiUnit,System.Boolean,System.Boolean)"]

See Also