Gets report element as an image.

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

Syntax

C#
public byte[] GetImage(
	ReportControl control,
	int dpi
)
Visual Basic (Declaration)
Public Function GetImage ( _
	control As ReportControl, _
	dpi As Integer _
) As Byte()
Visual C++
public:
array<unsigned char>^ GetImage(
	ReportControl^ control, 
	int dpi
)

See Also