ComponentOne Reports for WPF
C1.C1Preview Namespace / RenderField Class / HidePicture Property

In This Topic
    HidePicture Property (RenderField)
    In This Topic
    Gets or sets a value indicating whether the image should not be displayed, works similar to C1.C1Report.PictureScaleEnum.Hide.
    Syntax
    'Declaration
     
    Public Property HidePicture As Boolean
    public bool HidePicture {get; set;}
    See Also