ComponentOne Reports for WPF
C1.C1Report Namespace / TextFilterClassic Class / RenderField(Field,Rectangle,String,Image) Method
Field object to render.
Rectangle that determines the field position on the page, in twips.
Field text to render.
Field image to render.

In This Topic
    RenderField(Field,Rectangle,String,Image) Method
    In This Topic
    Called when the component needs to render a report field with specific content at a specific position on the current page.
    Syntax
    'Declaration
     
    Public Overrides Sub RenderField( _
       ByVal field As Field, _
       ByVal rc As Rectangle, _
       ByVal text As String, _
       ByVal img As Image _
    ) 
    public override void RenderField( 
       Field field,
       Rectangle rc,
       string text,
       Image img
    )

    Parameters

    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.
    See Also