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. hw to disable print button of crystal report placed in child page in asp.net

hw to disable print button of crystal report placed in child page in asp.net

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nethelp
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.
  • L Offline
    L Offline
    Learning IT
    wrote on last edited by
    #1

    Can u plz help me to find out hw can i disable print button of crystal report which is placed in a child page.I want that only authorized users can take the printouts of reports. thanks in advance....

    Maniiiiiiiiiiiiiii

    P L 2 Replies Last reply
    0
    • L Learning IT

      Can u plz help me to find out hw can i disable print button of crystal report which is placed in a child page.I want that only authorized users can take the printouts of reports. thanks in advance....

      Maniiiiiiiiiiiiiii

      P Offline
      P Offline
      Parwej Ahamad
      wrote on last edited by
      #2

      Perhaps Crystal Report provide property WindowShowPrintBtn . You can set true/false as your requirement.

      Parwej Ahamad g.parwez@gmail.com

      L 1 Reply Last reply
      0
      • P Parwej Ahamad

        Perhaps Crystal Report provide property WindowShowPrintBtn . You can set true/false as your requirement.

        Parwej Ahamad g.parwez@gmail.com

        L Offline
        L Offline
        Learning IT
        wrote on last edited by
        #3

        It has the property PrintatBottomofPage,sorry but i dont have much knowledge about Reports can u plz elaborate me,i have to set print disable in my master page so hw can i access that print button in my master page.... thanks for ur reply...

        Maniiiiiiiiiiiiiii

        1 Reply Last reply
        0
        • L Learning IT

          Can u plz help me to find out hw can i disable print button of crystal report which is placed in a child page.I want that only authorized users can take the printouts of reports. thanks in advance....

          Maniiiiiiiiiiiiiii

          L Offline
          L Offline
          Learning IT
          wrote on last edited by
          #4

          in master page find the child control & make set its property like this CrystalDecisions.Web.CrystalReportViewer c = (CrystalDecisions.Web.CrystalReportViewer)ContentPlaceHolder1.FindControl("CrystalReportViewer1"); c.HasPrintButton = false; c.HasExportButton = false;

          Maniiiiiiiiiiiiiii

          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