FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / Field Class / Picture Property

In This Topic
    Picture Property (Field)
    In This Topic
    Gets or sets a picture to display on the field.
    Syntax
    'Declaration
     
    Public Property Picture As Object
    public object Picture {get; set;}
    Remarks

    You may set this property to three types of object:

    1) Regular .NET C1.Xaml.Document.C1ImageHelper objects.

    2) Strings containing image file names or Urls.

    3) Strings containing names of image fields in the report data source.

    Options 1 and 2 are used to create unbound images, such as logos. These images do not depend on the report data.

    Option 3 is used to create bound images, such as product or employee pictures. These are images stored with the report data.

    See Also