ReportSection.addBoxControl 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
addBoxControl() |
Adds a shape control to a report section. |
addBoxControl(ShapeType) |
addBoxControl()
Adds a shape control to a report section.
public:
virtual Dynamics::AX::Application::ReportShapeControl ^ addBoxControl();
public virtual Dynamics.AX.Application.ReportShapeControl addBoxControl ();
abstract member addBoxControl : unit -> Dynamics.AX.Application.ReportShapeControl
override this.addBoxControl : unit -> Dynamics.AX.Application.ReportShapeControl
Public Overridable Function addBoxControl () As ReportShapeControl
Returns
The shape control that is created.
Applies to
addBoxControl(ShapeType)
public:
virtual Dynamics::AX::Application::ReportShapeControl ^ addBoxControl(Dynamics::AX::Application::ShapeType _type);
public virtual Dynamics.AX.Application.ReportShapeControl addBoxControl (Dynamics.AX.Application.ShapeType _type);
abstract member addBoxControl : Dynamics.AX.Application.ShapeType -> Dynamics.AX.Application.ReportShapeControl
override this.addBoxControl : Dynamics.AX.Application.ShapeType -> Dynamics.AX.Application.ReportShapeControl
Public Overridable Function addBoxControl (_type As ShapeType) As ReportShapeControl
Parameters
- _type
- ShapeType
The type of shape control to add; optional.