PDF Report: Figures with no caption/Text
This discussion was imported from CodePlex
luisfrossi wrote at 2014-01-29 05:12:
Hello,
Is it possible to remove the captions/Texts from PlotFigures on a PDF Report?
Regards,
Luis
Is it possible to remove the captions/Texts from PlotFigures on a PDF Report?
Regards,
Luis
everytimer wrote at 2014-01-29 19:08:
Report report = new Report();
var reportStyle = new ReportStyle();
reportStyle.FigureTextFormatString = "";
objo wrote at 2014-02-02 21:09:
New feature: if FigureText = null, the caption should not be written.
Customer support service by UserEcho