Click or drag to resize

StiSubReportsHelperRenderSubReport Method

Prints SubReport component into the specified container.

Namespace:  Stimulsoft.Report.Engine
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static void RenderSubReport(
	StiContainer containerOfSubReport,
	StiSubReport subReport
)

Parameters

containerOfSubReport
Type: Stimulsoft.Report.ComponentsStiContainer
A container in what the SubReport should be printed.
subReport
Type: Stimulsoft.Report.ComponentsStiSubReport
SubReport that should be printed in the specified container.
See Also