Report.interactive 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
interactive(Boolean) | |
interactive() |
interactive(Boolean)
public:
virtual bool interactive(bool _value);
public virtual bool interactive (bool _value);
abstract member interactive : bool -> bool
override this.interactive : bool -> bool
Public Overridable Function interactive (_value As Boolean) As Boolean
Parameters
- _value
- Boolean
Returns
Applies to
interactive()
public:
virtual bool interactive();
public virtual bool interactive ();
abstract member interactive : unit -> bool
override this.interactive : unit -> bool
Public Overridable Function interactive () As Boolean