コード例 #1
0
 public IReportDocument addGraphBars(IReportGraphBars poGraphBars)
 {
     this._aHTML.Add("/HTMLImage - " + poGraphBars.getImageAsHTML() + " - HTMLImage/");
     return(this);
 }