AutoComplete for ASP.NET Web Forms
RenderField(Field,Rectangle,String,Image) メソッド

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > HtmlFilter クラス : RenderField(Field,Rectangle,String,Image) メソッド
The field to be rendered.
Rectangle that determines the field position on the current page, in twips.
Field text to render.
Field image to render.
Called when the component needs to render a report field with specific content at a specific position on the current page.
シンタックス
'宣言
 
Public Overrides Sub RenderField( _
   ByVal field As Field, _
   ByVal rc As System.Drawing.Rectangle, _
   ByVal text As System.String, _
   ByVal img As System.Drawing.Image _
) 
public override void RenderField( 
   Field field,
   System.Drawing.Rectangle rc,
   System.string text,
   System.Drawing.Image img
)

パラメータ

field
The field to be rendered.
rc
Rectangle that determines the field position on the current page, in twips.
text
Field text to render.
img
Field image to render.
参照

HtmlFilter クラス
HtmlFilter メンバ