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

Syntax

C#
public void PrintAsync(
	string id,
	string documentName
)
Visual Basic (Declaration)
Public Sub PrintAsync ( _
	id As String, _
	documentName As String _
)
Visual C++
public:
void PrintAsync(
	String^ id, 
	String^ documentName
)

Parameters

id
Type: System..::.String
documentName
Type: System..::.String

See Also