Reports for WPF | ComponentOne
C1.C1Report.CustomFields Namespace / QRCode Class / GetRenderContent Method
IN/OUT: Field text.
IN/OUT: Field image.
Design or run time.

In This Topic
    GetRenderContent Method (QRCode)
    In This Topic
    Renders QRCode content using the C1QRCode control.
    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
    IN/OUT: Field text.
    img
    IN/OUT: Field image.
    designTime
    Design or run time.
    See Also