StiReportSummaryBandCanContainIn Method |
May this container be located in the specified component.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public override bool CanContainIn(
StiComponent component
)
Public Overrides Function CanContainIn (
component As StiComponent
) As Boolean
Parameters
- component
- Type: Stimulsoft.Report.ComponentsStiComponent
Component for checking.
Return Value
Type:
Booleantrue, if this container may is located in the specified component.
See Also