Click or drag to resize

StiSubReportsHelperRenderDataBandsInContainer Method (StiContainer, StiContainer)

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
)

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.
See Also