Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderField Class / HidePicture Property

In This Topic
    HidePicture Property
    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