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