StiSubReportsHelperRenderDataBandsInContainer Method (StiContainer, StiContainer, Boolean) |
Prints a group of bands from the specified container into the container of destination.
Namespace:
Stimulsoft.Report.Engine
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static void RenderDataBandsInContainer(
StiContainer containerOfDataBands,
StiContainer container,
bool skipStaticBands
)
Public Shared Sub RenderDataBandsInContainer (
containerOfDataBands As StiContainer,
container As StiContainer,
skipStaticBands As Boolean
)
Parameters
- containerOfDataBands
- Type: Stimulsoft.Report.ComponentsStiContainer
A container in what printing is done. - container
- Type: Stimulsoft.Report.ComponentsStiContainer
A container that contains a group of bands for printing. - skipStaticBands
- Type: SystemBoolean
If true then static bands will not be rendered.
It is used to render cross-tabs which are placed on static bands.
See Also