Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. crystal reports totalPageCount

crystal reports totalPageCount

Scheduled Pinned Locked Moved C#
helptutorialquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Seishin
    wrote on last edited by
    #1

    hi! k, i googled it, i CPed it and couldn't find it.. i've got this code: CrReport report = new CrReport(); // do sth with report int copies = 1; bool collated = false; int pageFrom = 1; int pageTo = 1; report.PrintToPrinter(copies, collated, pageFrom, pageTo); my problem is that i want to print all the pages of a report.. so i'd have to set pageTo to value of totalPageCount of the report.. but in the report object i can't find any property that would give me this value.. anyone knows how to get that totalPageCount value? thx for any help!!

    life is study!!!

    I 1 Reply Last reply
    0
    • S Seishin

      hi! k, i googled it, i CPed it and couldn't find it.. i've got this code: CrReport report = new CrReport(); // do sth with report int copies = 1; bool collated = false; int pageFrom = 1; int pageTo = 1; report.PrintToPrinter(copies, collated, pageFrom, pageTo); my problem is that i want to print all the pages of a report.. so i'd have to set pageTo to value of totalPageCount of the report.. but in the report object i can't find any property that would give me this value.. anyone knows how to get that totalPageCount value? thx for any help!!

      life is study!!!

      I Offline
      I Offline
      il_masacratore
      wrote on last edited by
      #2

      Have search on MSDN? You have to put value 0 on pagefrom and pageto

      Visit my blog at http://dotnetforeveryone.blogspot.com/

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups