VB 2008 Crystal Report Viewer?
Apr 20, 2010Before I post this question, I would like to introduce my self first to the community. I'm Instructor and a Filipino programmer. From Vb. 6.0 I migrate to Vb 2008.
[Code]...
Before I post this question, I would like to introduce my self first to the community. I'm Instructor and a Filipino programmer. From Vb. 6.0 I migrate to Vb 2008.
[Code]...
These things look about the same to me. Is there any reason I should use one over the other?
View 5 RepliesPossible Duplicate: Crystal Reports vs ReportViewer Pros/Cons? what is the difference between MS Report Viewer and Crystal Report Viewer? I need to display some basic info. from my database and donot want to install any additional programs on client's computer to run the report.
View 1 RepliesWhen i pass the parameter and run the report it works fine as i close the form it closes the form is there any way so that i should be able to close the crystal report viewer and pass the parameter again and should be able to view report again.
View 1 RepliesI am working on a windows application in VB.Net 2008. I have added a crystal report in my project. and I have draw a Crystal Report Viewer to view the report. But when I run this report It asks user name and password. (The snapshot is attached here) I have used the following code to set the log on info of report.
[Code]...
Can't find the crystal report viewer!
View 5 RepliesI have created an crystal report to display the table details, and the report is complete.I could not find the crystal report viewer in the toolbox.Even though I tried adding the component but could not add it. view the crystal report in visual studio 2010.
View 22 RepliesI cant see the Crystal Report Viewer in My tool box - running Visual studio (VB) 2010 and have loaded the latest release of crystal reports (ie upgraded from the beta which shipped with Visual Studio.
View 2 RepliesI want to call Crystal Report Viewer from my resources instead of having the following fixed path
reportPathName = "C:UsersVanavahDocumentsVisual Studio 2010ProjectsSMS_API_CLICKATELLSMS_API_CLICKATELLCustomerCrystalReport.rpt"
I tried this reportPathName = "My.Resources.CustomerCrystalReport.rpt" But it just came up with a blank view. It only works with a fixed path and this presents a problem when I put in on another machine.
how to check if they print in crystal report viewer?
View 1 RepliesI'm facing one problem with crystal report viewer. which is developed .net 2005 as class library.
myCRviewer.dll
Registered this dll using Regasm as follow:
C:WINDOWSMicrosoft.NETFrameworkv2.0.50727
[Code]....
Calling method from myCRviewer.dll via referenced this .tlb in VB6.0 working perfectly where ever .net 2005 installed machine. But it is not working if .net 2005 not installed machine.
What will I do to allow other forms to perform while crystal report view is running?
Heres the code:
Public Sub printCurrentHistory()
If dt.Columns.Count = 0 Then
With dt
.Columns.Add("update_time")
[code]....
i tried to pass parameter to crystal report viewer. but it show The Parameter is incorrect.
Dim rpt As New ReportDocument
rpt.FileName = My.Application.Info.DirectoryPath & "MAuditList.rpt"
Dim paramDV As New ParameterDiscreteValue()
[code].....
may i use shortcut key like Ctrl+P to print the report in Crystal Report Viewer?
View 2 RepliesI'm developing a Computer based patient info system at our school using VB.NET,my problem is there is an error in my reports how can i get information in a datagridview and put it on a crystal report viewer
View 1 RepliesI want to pass parameter to a crystal report viewer. I added .rpt file to the report viewer, but I can't get the parameter field to bound the variable.
How can I pass parameter to that viewer?
I added crystal report file to the viewer, but in the report file contains 4 parameters. I tried to use CrystalReportViewer1 to get parameter function, but i can't find parameter function.
I also tried to find parameter field from properties there. How can i do it with VB.NET? I want to pass parameter from main page form to report viewer form.
Am Using VB.NET and could not place the Crystal Report Viewer on the Form. The Viewer can be seen at the bottom and even the properties can be changed. But its not being displayed on the form..
View 1 Repliesi am using crystalreport document and crystalreport viewer for creating one report this is the code...
[Code]....
using stored procedure "spvatregister" , i am getting the report on report viewer
how can i show the total amnt (amnt is a parameter of spvatregister) of each page on reportviewer
Imports System.Data
Imports System.Data.SqlClient
Imports System.Text
Imports CrystalDecisions.CrystalReports.Engine
Imports CrystalDecisions.Shared
Imports CrystalDecisions.ReportSource
[Code] .....
When I run this code my form with crystalreportviewer not show dataset
I have a problem in crystl report viewer export button, when user click on the export button. it becomes hangs . this thing I observed the same report are working fine in XP OS and XP 2003 server, this problem produced only in Window 2008 Server and Vista workstation. one thing more, I have used Multi Threading in crystal report . for performace improvement I called a crystal report asyncrosni calll. It is wonder all reports is show well and only export button create problem I m usiing crystal report 11 release 2 with latest service packs and hot fixes.
View 1 RepliesI'm new for crystal report 8.5 can anyone help me how to do code in VB6 to view the report (.rpt) and show the print preview.
How to use crystal report viewer in VB6? can anyone teach me since i'm beginner here the database is using Microsoft SQL server 2005.
I need to get data from reports fields to open others windows forms or other reports, How I can get the values of reports fields to pass to local C# o VB.net variables? After many time ... With this upgrade making click on any Textobject on the Report the ClickPage event fire and in that sub is possible to get the Textobject data. You have to upgrade to Crystal Report 2008 SP 3.6, Link below [URL]
Private Sub crViewer_ClickPage(ByVal sender As Object, ByVal e As CrystalDecisions.Windows.Forms.PageMouseEventArgs) Handles crViewer.ClickPage
If Not IsNothing(e.ObjectInfo.Text) Then
Clipboard.Clear()
Clipboard.SetText(e.ObjectInfo.Text)
Me.CallBackForm(e.ObjectInfo.Name.ToUpper.Trim, e.ObjectInfo.Text)
End If
End Sub
I have a client, who is running Windows 2008 Server 64 bit. He is running our software, it has a built in crystal report viewer functionality. The print dialogue just wouldn't work no matter what. It worked on our 32 bit box and we verified it. I verified it on our 64 bit box, and the print dialogue didn't open either. I did some research online. And one suggestion is to set m_printDlg.UseEXDialog = True. I tried that, but that did not work either...
Here is the code snippet.
#Region " Methods "
Public Overrides Sub PrintReport()
' NOTE: Do not use bug in reportviewer
'MyBase.PrintReport()
Dim objRpt As ReportDocument = CType(Me.ReportSource, ReportDocument)
[Code] .....
how to create a report in VB .net 2008 using microsoft report viewer?
View 2 RepliesI got a problem...after load crystal report viewer, I am unable to right click->Copy or ctrl+c and copy any text. I am using vb.net 2005, crystal Report 11...I am showing the report content on the Report Viewer..
View 4 Repliesi am having a Visual Studio 2008 but it not install with crystal report when i open add new item-> its didnot contain Crystal Report how can i add crystal report and make crystal reports in visual studio 2008 how i install crystal report with visual studio 2008 only crystal reports 2008 install and its open with visual studio 2008 when we click Project->Add New Item-> and crystal reports shows in thiis file
View 1 RepliesI m using .net , I create some temporary tables at run time, how to print these table data thru crystal report
View 1 RepliesWe have a vb.net application and are using the MS Report Viewer. On start up, I am checking the registry settings to see if it is installed. If it is not installed, I am running the report viewer install. Everything works at this point but I'd like to clean it up and have it install the application without prompting the user.Shell(loc & reportviewer.exe, AppWinStyle.NormalFocus, True)Anyone know if there are command line options for installing this without having to have the users click next next next finish etc ?
View 1 RepliesOK so i have made a graphic object on a report, that actually works on a report viewer, but it only seems to work linked to a datasourse/datatable.The question is, how do i do a report that is not linked to a datasource/datatable?
I want to create a dinamic report based on some user input data/downloaded data, etc, but it seem that when I add a new datafield, they are traduced into strait lines on the chart, and I cannot input a value for each category.
this event works ok, but the problem is that I don't know what field was clicked. Should I use objectinfo or something else? VB.net won't recognize for example e.objectinfo.
View 1 Replies