ActiveReports Developer 7
DrawToBitmap Method
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class : DrawToBitmap Method

bitmap
targetBounds

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Sub DrawToBitmap( _
   ByVal bitmap As Bitmap, _
   ByVal targetBounds As Rectangle _
) 
C# 
public void DrawToBitmap( 
   Bitmap bitmap,
   Rectangle targetBounds
)

Parameters

bitmap
targetBounds

See Also