DoddleReport
DoddleReport copied to clipboard
Logo image in Title with iTextSharp report writer
Hi Matt
I'm loving DoddleReport! It solves a problem I've been struggling with for ages... Thanks!
I'm hoping that the small change I made will be useful to others.
Cheers Cobus
Hi @cobussmit74, many thanks for the contribution! When I first created the project I set a goal to keep the report writers as functionally identical as possible. Are you familiar enough with the other writers to add this title image to them as well by chance?
- The
HtmlReportWriter
andExcelReportWriter
(from DoddleReport project) are nearly identical (ExceptReportWriter
inherits from Html and adds some XML tags to the top, so hopefully those will be straight forward.) -
OpenXml.ExcelReportWriter
I haven't touched in a while, so not sure how difficult that one would be. - As for
AbcPdfReportWriter
I assume people have started using it less ever since I made the iTextSharp one, so if you aren't familiar with that I think that would be fine and I can try and get to it.
Hi @matthidinger, that makes sense. I'll see what I can do.