CSReportEditor.fProperties.setSetFormulaHideChanged C# (CSharp) Метод

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

public setSetFormulaHideChanged ( bool rhs ) : void
rhs bool
Результат void
        public void setSetFormulaHideChanged(bool rhs)
        {
            m_setFormulaHideChanged = rhs;
        }
fProperties