CSReportEditor.fProperties.setSetFormulaValueChanged C# (CSharp) Method

setSetFormulaValueChanged() public method

public setSetFormulaValueChanged ( bool rhs ) : void
rhs bool
return void
        public void setSetFormulaValueChanged(bool rhs)
        {
            m_setFormulaValueChanged = rhs;
        }
fProperties