Report Design
 Crystal Reports Forum : Crystal Reports for Visual Studio 2005 and Newer : Report Design
Message Icon Topic: Don't allow users clicks in report Post Reply Post New Topic
Author Message
delmoniko
Newbie
Newbie


Joined: 01 Apr 2011
Online Status: Offline
Posts: 1
Quote delmoniko Replybullet Topic: Don't allow users clicks in report
    Posted: 01 Apr 2011 at 3:04am
Hi all! I'm starting in CrystalReports and I'm using VS2008 with the integrated version of CrystalReports. My code is something like that:
                            Dim lfrmVistaPreviaCrystal As New frmVistaPreviaCrystal
                            Dim rptDetail As New ReportDocument

                            rptDetail.Load("C:\rptDetail.rpt")
                            rptDetail.SetDataSource(.AGL003.Tables(0))

                            rptDetail.SetParameterValue("nTotCoP", nTotCoP)
                            rptDetail.SetParameterValue("nTotObP", nTotObP)

                            lfrmVistaPreviaCrystal.CrystalReportViewer.ReportSource = rptDetail
                            lfrmVistaPreviaCrystal.CrystalReportViewer.DisplayGroupTree = False
                            lfrmVistaPreviaCrystal.CrystalReportViewer.ShowGroupTreeButton = False
                            lfrmVistaPreviaCrystal.ShowDialog()

The report works perfect and shows all data as well BUT in the preview report it allows user's clicks showing black rectangle borders in every object of the report. I'm searching in properties but I can't find nothing usefull. Is there any way to disable this borders in controls? Tnx in advance.
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.016 seconds.