ReportBitmapControl.showPicAsText Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
showPicAsText() | |
showPicAsText(Boolean) |
showPicAsText()
public:
virtual bool showPicAsText();
public virtual bool showPicAsText ();
abstract member showPicAsText : unit -> bool
override this.showPicAsText : unit -> bool
Public Overridable Function showPicAsText () As Boolean
Returns
Applies to
showPicAsText(Boolean)
public:
virtual bool showPicAsText(bool _value);
public virtual bool showPicAsText (bool _value);
abstract member showPicAsText : bool -> bool
override this.showPicAsText : bool -> bool
Public Overridable Function showPicAsText (_value As Boolean) As Boolean
Parameters
- _value
- Boolean