ReportRun.enableBody 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
enableBody() | |
enableBody(Int32) |
enableBody()
public:
virtual void enableBody();
public virtual void enableBody ();
abstract member enableBody : unit -> unit
override this.enableBody : unit -> unit
Public Overridable Sub enableBody ()
Applies to
enableBody(Int32)
public:
virtual void enableBody(int _tableId);
public virtual void enableBody (int _tableId);
abstract member enableBody : int -> unit
override this.enableBody : int -> unit
Public Overridable Sub enableBody (_tableId As Integer)
Parameters
- _tableId
- Int32