CSReportDll.cReportLabel.setText C# (CSharp) Метод

setText() публичный Метод

public setText ( String rhs ) : void
rhs String
Результат void
        public void setText(String rhs)
        {
            m_text = rhs;
        }