ReportGuidControl.widthValue Method

Definition

Overloads

widthValue()

Gets or sets the width of the control.

widthValue(Decimal)

widthValue()

Gets or sets the width of the control.

public:
 virtual System::Decimal widthValue();
public virtual decimal widthValue ();
abstract member widthValue : unit -> decimal
override this.widthValue : unit -> decimal
Public Overridable Function widthValue () As Decimal

Returns

The width in pixels of the control.

Remarks

To change the width of the control, use the exact width calculation mode.

Applies to

widthValue(Decimal)

public:
 virtual System::Decimal widthValue(System::Decimal _value);
public virtual decimal widthValue (decimal _value);
abstract member widthValue : decimal -> decimal
override this.widthValue : decimal -> decimal
Public Overridable Function widthValue (_value As Decimal) As Decimal

Parameters

_value
Decimal

Returns

Applies to