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
)
Public Overridable Function CanContainIn (
component As StiComponent
) As Boolean
Parameters
- component
- Type: Stimulsoft.Report.ComponentsStiComponent
A component for checking.
Return Value
Type:
BooleanReturns true if this container may be located in the specified component.
See Also