internal bool load(CSXml.cXml xDoc, XmlNode nodeObj, int index)
        {
            try { m_valueFieldName = xDoc.getNodeProperty(nodeObj, "ValueFieldName").getValueString(eTypes.eText); }
            catch { }
            try { m_labelFieldName = xDoc.getNodeProperty(nodeObj, "LabelFieldName").getValueString(eTypes.eText); }
            catch { }
            try { m_color = (csColors)xDoc.getNodeProperty(nodeObj, "Color").getValueInt(eTypes.eLong); }
            catch { }

            return(true);
        }
        internal bool load(CSXml.cXml xDoc, XmlNode nodeObj, int index)
        {
            try { m_valueFieldName = xDoc.getNodeProperty(nodeObj, "ValueFieldName").getValueString(eTypes.eText); }
            catch { }
            try { m_labelFieldName = xDoc.getNodeProperty(nodeObj, "LabelFieldName").getValueString(eTypes.eText); }
            catch { }
            try { m_color = (csColors)xDoc.getNodeProperty(nodeObj, "Color").getValueInt(eTypes.eLong); }
            catch { }

            return true;
        }
 public void setColor(csColors value)
 {
     m_color = value;
 }
 public void setColor(csColors value)
 {
     m_color = value;
 }
Example #5
0
 public void setColorAlternate(csColors globalCSReportDllcsColors)
 {
     throw new NotImplementedException();
 }
Example #6
0
 public void setColorPrimary(csColors color)
 {
     throw new NotImplementedException();
 }
 public void setColorAlternate(csColors globalCSReportDllcsColors)
 {
     throw new NotImplementedException();
 }
 public void setColorPrimary(csColors color)
 {
     throw new NotImplementedException();
 }