Click or drag to resize

StiComponentsCollectionRemove Method (StiComponent, Boolean)

[Missing <summary> documentation for "M:Stimulsoft.Report.Components.StiComponentsCollection.Remove(Stimulsoft.Report.Components.StiComponent,System.Boolean)"]

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void Remove(
	StiComponent component,
	bool clearParent
)

Parameters

component
Type: Stimulsoft.Report.ComponentsStiComponent

[Missing <param name="component"/> documentation for "M:Stimulsoft.Report.Components.StiComponentsCollection.Remove(Stimulsoft.Report.Components.StiComponent,System.Boolean)"]

clearParent
Type: SystemBoolean

[Missing <param name="clearParent"/> documentation for "M:Stimulsoft.Report.Components.StiComponentsCollection.Remove(Stimulsoft.Report.Components.StiComponent,System.Boolean)"]

See Also