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. Web Development
  3. ASP.NET
  4. How to view all crystal report pages ?

How to view all crystal report pages ?

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nettutorialquestion
4 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.
  • K Offline
    K Offline
    kindman_nb
    wrote on last edited by
    #1

    Hi all , I'm using asp.net and crystal report I'd like to view all pages of the crystal report in the web page without using crystal toolbar to navigate the pages .. can I do that ?

    jooooo

    A 1 Reply Last reply
    0
    • K kindman_nb

      Hi all , I'm using asp.net and crystal report I'd like to view all pages of the crystal report in the web page without using crystal toolbar to navigate the pages .. can I do that ?

      jooooo

      A Offline
      A Offline
      Abhishek Sur
      wrote on last edited by
      #2

      Any type of reporting engine I think renders an HTML, to place it inside a browser. So If you somehow know the request path for the handler that creates the HTML for you, you can place it in any html container you want. Check out which request it generates for your report. :rose:

      Abhishek Sur My Latest Articles Working with Excel using MDAC
      Basics on LINQ and Lambda Expressions
      Create .NET Templates

      K 2 Replies Last reply
      0
      • A Abhishek Sur

        Any type of reporting engine I think renders an HTML, to place it inside a browser. So If you somehow know the request path for the handler that creates the HTML for you, you can place it in any html container you want. Check out which request it generates for your report. :rose:

        Abhishek Sur My Latest Articles Working with Excel using MDAC
        Basics on LINQ and Lambda Expressions
        Create .NET Templates

        K Offline
        K Offline
        kindman_nb
        wrote on last edited by
        #3

        Thanks for reply, I'm designing a report which contain alot of component in addition to CrystalReportViewer1 ,, then i'd like to view all pages of the report as html , I hope I can do it

        jooooo

        1 Reply Last reply
        0
        • A Abhishek Sur

          Any type of reporting engine I think renders an HTML, to place it inside a browser. So If you somehow know the request path for the handler that creates the HTML for you, you can place it in any html container you want. Check out which request it generates for your report. :rose:

          Abhishek Sur My Latest Articles Working with Excel using MDAC
          Basics on LINQ and Lambda Expressions
          Create .NET Templates

          K Offline
          K Offline
          kindman_nb
          wrote on last edited by
          #4

          so thanks i found it CrystalReportViewer1.SeparatePages = false;

          jooooo

          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