ReportBitmapControl.lineLeft 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
lineLeft() |
Gets or sets the type of line that is used as the left border of a section. |
lineLeft(LineType) |
lineLeft()
Gets or sets the type of line that is used as the left border of a section.
public:
virtual Dynamics::AX::Application::LineType lineLeft();
public virtual Dynamics.AX.Application.LineType lineLeft ();
abstract member lineLeft : unit -> Dynamics.AX.Application.LineType
override this.lineLeft : unit -> Dynamics.AX.Application.LineType
Public Overridable Function lineLeft () As LineType
Returns
The type of line that is used as the left border.
Applies to
lineLeft(LineType)
public:
virtual Dynamics::AX::Application::LineType lineLeft(Dynamics::AX::Application::LineType _value);
public virtual Dynamics.AX.Application.LineType lineLeft (Dynamics.AX.Application.LineType _value);
abstract member lineLeft : Dynamics.AX.Application.LineType -> Dynamics.AX.Application.LineType
override this.lineLeft : Dynamics.AX.Application.LineType -> Dynamics.AX.Application.LineType
Public Overridable Function lineLeft (_value As LineType) As LineType
Parameters
- _value
- LineType