ActiveReports 8
DrawString Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IDrawingCanvas Interface : DrawString Method

Glossary Item Box

Draws the specified text string at the specified location with the specified Brush and Font objects. using the formatting attributes of the specified StringFormat object.

Overload List

OverloadDescription
DrawString(String,FontEx,BrushEx,PointFEx,StringFormatEx)Draws the specified text string at the specified location with the specified Brush and Font objects. using the formatting attributes of the specified StringFormat object.  
DrawString(String,FontEx,BrushEx,RectangleFEx,StringFormatEx)Draws the specified text string in the specified rectangle with the specified Brush and Font objects using the formatting attributes of the specified StringFormat.  
DrawString(String,FontEx,BrushEx,PointFEx)Draws the specified text string at the specified location with the specified Brush and Font objects.  

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also