ActiveReports for .NET 18.0J
Render メソッド (RText)

GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text 名前空間 > RText クラス : Render メソッド
Cache that contains the graphics object used to render.
rectangle that the text has to be rendered on the canvas or design surface.
Renders Lines and pieces that contains text only. This method is used to render Label, Textbox, CheckBox, RichtextBox at run time. Label, Textbox, CheckBox, at design time.
シンタックス
'宣言
 
Public Sub Render( _
   ByVal cache As GraphicsCache, _
   ByVal outRect As RectangleF _
) 
public void Render( 
   GraphicsCache cache,
   RectangleF outRect
)

パラメータ

cache
Cache that contains the graphics object used to render.
outRect
rectangle that the text has to be rendered on the canvas or design surface.
参照

RText クラス
RText メンバ