Generates the report which was set by name and gets identificator of the generated and saved in cash report.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Server
Assembly:  PerpetuumSoft.Reporting.Silverlight.Server (in PerpetuumSoft.Reporting.Silverlight.Server.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
string Render(
	IDictionary<string, Object> parameters,
	string reportName,
	out ExceptionDetailBase ReportError
)
Visual Basic (Declaration)
Function Render ( _
	parameters As IDictionary(Of String, Object), _
	reportName As String, _
	<OutAttribute> ByRef ReportError As ExceptionDetailBase _
) As String
Visual C++
String^ Render(
	IDictionary<String^, Object^>^ parameters, 
	String^ reportName, 
	[OutAttribute] ExceptionDetailBase^% ReportError
)

See Also