Click here to Skip to main content
15,895,799 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
JokeRe: Report generators? Pin
Daniel Pfeffer11-Jan-22 7:53
professionalDaniel Pfeffer11-Jan-22 7:53 
GeneralRe: Report generators? Pin
trønderen11-Jan-22 8:45
trønderen11-Jan-22 8:45 
GeneralRe: Report generators? Pin
enhzflep11-Jan-22 15:18
enhzflep11-Jan-22 15:18 
GeneralRe: Report generators? Pin
Bruce Patin13-Jan-22 10:43
Bruce Patin13-Jan-22 10:43 
GeneralRe: Report generators? Pin
Sander Rossel12-Jan-22 1:47
professionalSander Rossel12-Jan-22 1:47 
AnswerRe: Report generators? Pin
Slacker00711-Jan-22 2:06
professionalSlacker00711-Jan-22 2:06 
AnswerRe: Report generators? Pin
RickZeeland11-Jan-22 2:15
mveRickZeeland11-Jan-22 2:15 
AnswerRe: Report generators? Pin
DerekT-P11-Jan-22 4:57
professionalDerekT-P11-Jan-22 4:57 
Hand-coding PDF margins etc?? OMG | :OMG:

For most reporting, I tend to use HTML. If it's simple enough to use data-bound repeaters / grids, embed them in the page then render them on the server into an HTML string. For more complex reports combine that with external templates. Then shoot the resulting HTML into an HTML -> PDF converter (I use Pechkin, even though it has a bunch of dependencies and is 32-bit; but it generates a good result). That way all I need to do is adjust the HTML template or on-page data controls. Once the PDF is done, hide the data controls and show the page with a link to the PDF, or just redirect to the PDF - depending on requirements.
GeneralRe: Report generators? Pin
Sander Rossel12-Jan-22 1:53
professionalSander Rossel12-Jan-22 1:53 
AnswerRe: Report generators? Pin
Johnny J.11-Jan-22 5:11
professionalJohnny J.11-Jan-22 5:11 
AnswerRe: Report generators? Pin
kmoorevs11-Jan-22 5:20
kmoorevs11-Jan-22 5:20 
AnswerRe: Report generators? Pin
charlieg11-Jan-22 6:26
charlieg11-Jan-22 6:26 
GeneralRe: Report generators? Pin
PIEBALDconsult11-Jan-22 12:47
mvePIEBALDconsult11-Jan-22 12:47 
GeneralRe: Report generators? Pin
charlieg14-Jan-22 5:11
charlieg14-Jan-22 5:11 
GeneralRe: Report generators? Pin
PIEBALDconsult11-Jan-22 8:59
mvePIEBALDconsult11-Jan-22 8:59 
AnswerRe: Report generators? Pin
Bob Needham12-Jan-22 2:10
Bob Needham12-Jan-22 2:10 
AnswerRe: Report generators? Pin
Matt Bond12-Jan-22 2:49
Matt Bond12-Jan-22 2:49 
AnswerRe: Report generators? Pin
Marc Greiner at home12-Jan-22 3:11
Marc Greiner at home12-Jan-22 3:11 
AnswerRe: Report generators? Pin
Steve Naidamast12-Jan-22 4:38
professionalSteve Naidamast12-Jan-22 4:38 
AnswerRe: Report generators? Pin
abmv12-Jan-22 5:09
professionalabmv12-Jan-22 5:09 
AnswerRe: Report generators? Excel Pin
michaelbarb12-Jan-22 6:51
michaelbarb12-Jan-22 6:51 
GeneralRe: Report generators? Excel Pin
charlieg12-Jan-22 9:36
charlieg12-Jan-22 9:36 
GeneralRe: Report generators? Excel Pin
Sander Rossel13-Jan-22 4:14
professionalSander Rossel13-Jan-22 4:14 
GeneralRe: Report generators? Excel Pin
michaelbarb13-Jan-22 7:32
michaelbarb13-Jan-22 7:32 
GeneralCCC 11-01-2022 Pin
pkfox10-Jan-22 22:19
professionalpkfox10-Jan-22 22:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.