Click or drag to resize

StiComponentCanContainIn Method

Specifies that this component may be located in the specified component.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual bool CanContainIn(
	StiComponent component
)

Parameters

component
Type: Stimulsoft.Report.ComponentsStiComponent
A component for checking.

Return Value

Type: Boolean
Returns true if this container may be located in the specified component.
See Also