ActiveReports Developer 7
DrawString Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 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.  

See Also