ReportBitmapControl.widthValue 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
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