public IReportDocument addGraphBars(IReportGraphBars poGraphBars) { this._aHTML.Add("/HTMLImage - " + poGraphBars.getImageAsHTML() + " - HTMLImage/"); return(this); }
public IReportDocument addGraphBars(IReportGraphBars poGraphBars) { this._aWordData.Add("/WORDImage - " + poGraphBars.getImageFileAsString() + " - WORDImage/"); return(this); }