Generates the report and gets identificator of the generated and saved in cash report.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Server
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public abstract string Render(
	string id,
	out ExceptionDetailBase ReportError
)
Visual Basic (Declaration)
Public MustOverride Function Render ( _
	id As String, _
	<OutAttribute> ByRef ReportError As ExceptionDetailBase _
) As String
Visual C++
public:
virtual String^ Render(
	String^ id, 
	[OutAttribute] ExceptionDetailBase^% ReportError
) abstract

Return Value

Generated document identifier.

Implements

IReportService..::.Render(String, ExceptionDetailBase%)

Remarks

If error occurs then ReportError is not null.

See Also