|
|
|
|
|
WidthInPixel (Property) In french: LargeurPixel
The WidthInPixel property is used to get the width in pixels of a control in a report. Remark: The field frame is included in its width. The Width property gets and sets the width of a control in millimeters.
// Get the width of the "ITEM_CustomerName" control ResWidth = ITEM_CustomerName.WidthInPixel
Syntax
<Result> = <Control used>.WidthInPixel
<Result>: Real Width (in pixels) of the specified control. <Control used>: Control name Name of the control (from a report) to be manipulated. Remarks The WidthInPixel property cannot be used on: - an entire report,
- a report block,
- a group of controls,
- a Check Box control,
- an Edit control,
- an Organizer control,
- a Scheduler control,
- a Gantt Chart control,
- a Signature control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|