Git Product home page Git Product logo

Comments (1)

NathanaelA avatar NathanaelA commented on May 28, 2024

If I understand your question correctly, then the answer is yes. If you are printing a Grid; then it will break the grid before; and reprint headers and everything for you and your items will fall the way you are discussing.

If you are printing free flow text; then it will print as much of the text; then break it. However, since you are totally in charge of each part of the report at the point you are generating the report you can very easily first ask the engine how much space this "data" you are going to output takes (just before outputing it); and then call newPage() if it is too big. Does that make sense?

As for the pre-rendering; it hasn't even been touched. It is a feature idea; and their haven't been any +1 to it; so it isn't a high priority. And yes, it would allow the engine to know the total number of pages.

But if you really want to know the total number of pages; you can actually render the report twice and save the page number of the final summary; then use that number in the second generation of the report. ;-)

from fluentreports.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.