ActiveReports 13
DrawToBitmap Method (ReportsLibrary)

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.ReportsLibrary Namespace > ReportsLibrary Class : DrawToBitmap Method
The bitmap to be drawn to.
The bounds within which the control is rendered.
Supports rendering to the specified bitmap.
Syntax
'Declaration
 
Public Sub DrawToBitmap( _
   ByVal bitmap As Bitmap, _
   ByVal targetBounds As Rectangle _
) 
public void DrawToBitmap( 
   Bitmap bitmap,
   Rectangle targetBounds
)

Parameters

bitmap
The bitmap to be drawn to.
targetBounds
The bounds within which the control is rendered.
See Also

Reference

ReportsLibrary Class
ReportsLibrary Members