.. highlightlang:: us .. _reportcontrol_getlinestyle: ReportControl_GetLineStyle ========================== .. index:: ReportControl_GetLineStyle .. us.tag ReportControl_GetLineStyle ENGLISH New422 DialogBoxes :ref:`ReportControl_GetLineStyle` returns the line style value of a marker combo box of a report control. .. function:: nStyle = ReportControl_GetLineStyle(svPen) .. us.return **Return Value** *nStyle* is a real vector with line styles. .. us.params **Parameters** .. uparam:: svPen *svPen* is a string vector with line styles. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 4.2.2 - New .. seealso:: :ref:`overview-dialogboxes`, :ref:`DialogBox`, :ref:`PenCreate`, :ref:`PenSetStyle`, :ref:`GetListBoxText`, :ref:`ReportControl_GetLineStyleNames` :sub:`id-1930206`