Returns subreport template by it name.

Namespace:  PerpetuumSoft.Reporting.Rendering
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
Document GetSubReportTemplate(
	string name
)
Visual Basic (Declaration)
Function GetSubReportTemplate ( _
	name As String _
) As Document
Visual C++
Document^ GetSubReportTemplate(
	String^ name
)

Parameters

name
Type: System..::.String

See Also