ReportGuidControl.table Method

Definition

Overloads

table()

Gets or sets the table ID associated with the object.

table(Int32)

table()

Gets or sets the table ID associated with the object.

public:
 virtual int table();
public virtual int table ();
abstract member table : unit -> int
override this.table : unit -> int
Public Overridable Function table () As Integer

Returns

The current value of the table ID associated with the object.

Applies to

table(Int32)

public:
 virtual int table(int _value);
public virtual int table (int _value);
abstract member table : int -> int
override this.table : int -> int
Public Overridable Function table (_value As Integer) As Integer

Parameters

_value
Int32

Returns

Applies to