StiDataBandV1BuilderCheckFreeSpace Method |
Checks availability of free space in the container. And adds it, if it may check availability of free space in the container.
Namespace:
Stimulsoft.Report.Engine
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual bool CheckFreeSpace(
StiDataBand masterDataBand,
StiContainer outContainer
)
Public Overridable Function CheckFreeSpace (
masterDataBand As StiDataBand,
outContainer As StiContainer
) As Boolean
Parameters
- masterDataBand
- Type: Stimulsoft.Report.ComponentsStiDataBand
[Missing <param name="masterDataBand"/> documentation for "M:Stimulsoft.Report.Engine.StiDataBandV1Builder.CheckFreeSpace(Stimulsoft.Report.Components.StiDataBand,Stimulsoft.Report.Components.StiContainer)"]
- outContainer
- Type: Stimulsoft.Report.ComponentsStiContainer
Container to check free space.
Return Value
Type:
BooleanResult: if true then no free space.
See Also