.. highlightlang:: us .. _reportcontrol_getstyles: ReportControl_GetStyles ======================= .. index:: ReportControl_GetStyles .. us.tag ReportControl_GetStyles ENGLISH New423 DialogBoxes :ref:`ReportControl_GetStyles` returns the style names of the selected styles in the report control of a dialog box. .. function:: svNames = ReportControl_GetStyles(svStyles) .. us.return **Return Value** *svNames* is a string vector with the style names. .. us.params **Parameters** .. uparam:: svStyles *svStyles* is a string vector of styles. (see :ref:`DialogBox` for an example) .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 4.2.3 - New .. seealso:: :ref:`overview-dialogboxes`, :ref:`DialogBox`, :ref:`PenSetStyle`, :ref:`ReportControl_GetStyleNames`, :ref:`ReportControl_GetMatrix`, :ref:`GetListBoxText` :sub:`id-504846`