CreationGraphics Property
Gets or sets the
System.Drawing.Graphics object to use as reference when generating the report. This
Graphics is used to calculate text sizes, measure RTF text, and so on.
public Graphics CreationGraphics {get; set;}
'Declaration
Public Property CreationGraphics As Graphics