StiContainerConvert Method (StiUnit, StiUnit, 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 override void Convert(
StiUnit oldUnit,
StiUnit newUnit,
bool isReportSnapshot = false
)
Public Overrides Sub Convert (
oldUnit As StiUnit,
newUnit As StiUnit,
Optional isReportSnapshot As Boolean = false
)
Parameters
- oldUnit
- Type: Stimulsoft.Report.UnitsStiUnit
Old units. - newUnit
- Type: Stimulsoft.Report.UnitsStiUnit
New units. - isReportSnapshot (Optional)
- Type: SystemBoolean
[Missing <param name="isReportSnapshot"/> documentation for "M:Stimulsoft.Report.Components.StiContainer.Convert(Stimulsoft.Report.Units.StiUnit,Stimulsoft.Report.Units.StiUnit,System.Boolean)"]
Implements
IStiUnitConvertConvert(StiUnit, StiUnit, Boolean)See Also