Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields Namespace / Gradient Class / GetRenderContent Method
Field text.
Field image.
Whether we in design time or runtime.

In This Topic
    GetRenderContent Method (Gradient)
    In This Topic
    Selects the text or image that will be rendered by the field.
    Syntax
    'Declaration
     
    Protected Overrides Sub GetRenderContent( _
       ByRef value As String, _
       ByRef img As Image, _
       ByVal designTime As Boolean _
    ) 
    protected override void GetRenderContent( 
       ref string value,
       ref Image img,
       bool designTime
    )

    Parameters

    value
    Field text.
    img
    Field image.
    designTime
    Whether we in design time or runtime.
    See Also