Performs report rendering.

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

Syntax

C#
public void RenderDocument(
	bool needClearHistory
)
Visual Basic (Declaration)
Public Sub RenderDocument ( _
	needClearHistory As Boolean _
)
Visual C++
public:
void RenderDocument(
	bool needClearHistory
)

Parameters

needClearHistory
Type: System..::.Boolean
if set to true if need clear report history.

See Also