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

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > ExportFilter クラス : RenderField(Field,Rectangle,String,Image) メソッド
Field object to render.
Rectangle that determines the field position on the 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 Overridable Sub RenderField( _
   ByVal field As Field, _
   ByVal rc As System.Drawing.Rectangle, _
   ByVal text As System.String, _
   ByVal img As System.Drawing.Image _
) 
public virtual void RenderField( 
   Field field,
   System.Drawing.Rectangle rc,
   System.string text,
   System.Drawing.Image img
)

パラメータ

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

ExportFilter クラス
ExportFilter メンバ