Reports for WPF | ComponentOne
C1.C1Report Namespace / HtmlFilter Class / GetHtmlFieldBackgroundPicture Method
Field that contains the image.
System.Drawing.Image to be rendered in the field.

In This Topic
    GetHtmlFieldBackgroundPicture Method (HtmlFilter)
    In This Topic
    Gets a CSS style fragment that represents a field's background image.
    Syntax
    'Declaration
     
    Protected Function GetHtmlFieldBackgroundPicture( _
       ByVal field As Field, _
       ByVal img As Image _
    ) As String
    protected string GetHtmlFieldBackgroundPicture( 
       Field field,
       Image img
    )

    Parameters

    field
    Field that contains the image.
    img
    System.Drawing.Image to be rendered in the field.

    Return Value

    A CSS style fragment that represents a field's background image.
    See Also