.. highlightlang:: us .. _reportcontrol_getstylenames: ReportControl_GetStyleNames =========================== .. index:: ReportControl_GetStyleNames .. us.tag ReportControl_GetStyleNames ENGLISH New423 DialogBoxes :ref:`ReportControl_GetStyleNames` returns a string vector with style names of the specified style file which can be used to initialize the marker combo box in a report control. .. function:: svNames = ReportControl_GetStyleNames() svNames = ReportControl_GetStyleNames(ssStyleFile) .. us.return **Return Value** *svNames* is a string vector with marker styles and names. .. us.params **Parameters** .. uparam:: ssStyleFile *ssStyleFile* is the name of a style file. If the name is not specified the active style file is used. .. us.comment **Comment** The string vector with the marker names can be converted to a scalar string with the help of the :ref:`CreateListBoxText` function. comment] .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 4.2.3 - New .. seealso:: :ref:`overview-dialogboxes`, :ref:`DialogBox`, :ref:`ReportControl_GetMatrix`;, :ref:`GetListBoxText`, :ref:`CreateListBoxText`, :ref:`ReportControl_GetStyles` :sub:`id-1713516`