private void Init(string value)
 {
     if (!string.IsNullOrEmpty(value))
     {
         this.Color = ReportColor.RdlStringToColor(value);
     }
 }