Returns image from document by the set control identificator and the page where it is located.

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#
Stream GetImage(
	string id,
	int pageIndex,
	int controlIndex
)
Visual Basic (Declaration)
Function GetImage ( _
	id As String, _
	pageIndex As Integer, _
	controlIndex As Integer _
) As Stream
Visual C++
Stream^ GetImage(
	String^ id, 
	int pageIndex, 
	int controlIndex
)

Parameters

id
Type: System..::.String
pageIndex
Type: System..::.Int32
controlIndex
Type: System..::.Int32

See Also