Click or drag to resize

StiStimulsoftServerResourceGetSubReport Method

Gets the sub-report with specified key from the Stimulsoft Reports.Server.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static StiReport GetSubReport(
	StiSubReport component,
	string key
)

Parameters

component
Type: Stimulsoft.Report.ComponentsStiSubReport

[Missing <param name="component"/> documentation for "M:Stimulsoft.Report.StiStimulsoftServerResource.GetSubReport(Stimulsoft.Report.Components.StiSubReport,System.String)"]

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Stimulsoft.Report.StiStimulsoftServerResource.GetSubReport(Stimulsoft.Report.Components.StiSubReport,System.String)"]

Return Value

Type: StiReport

[Missing <returns> documentation for "M:Stimulsoft.Report.StiStimulsoftServerResource.GetSubReport(Stimulsoft.Report.Components.StiSubReport,System.String)"]

See Also