Click here to Skip to main content
15,881,092 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionHow to run .net application on Macintosh operating system.? Pin
Piyush Vardhan Singh24-May-09 20:45
Piyush Vardhan Singh24-May-09 20:45 
AnswerRe: How to run .net application on Macintosh operating system.? Pin
molesworth25-May-09 0:10
molesworth25-May-09 0:10 
GeneralRe: How to run .net application on Macintosh operating system.? Pin
Piyush Vardhan Singh25-May-09 1:46
Piyush Vardhan Singh25-May-09 1:46 
GeneralRe: How to run .net application on Macintosh operating system.? Pin
molesworth25-May-09 2:03
molesworth25-May-09 2:03 
Question[Message Deleted] Pin
bfis10813724-May-09 2:20
bfis10813724-May-09 2:20 
AnswerRe: help reading stack trace Pin
Luc Pattyn24-May-09 3:10
sitebuilderLuc Pattyn24-May-09 3:10 
AnswerRe: [Message Deleted] Pin
Luc Pattyn25-May-09 2:07
sitebuilderLuc Pattyn25-May-09 2:07 
Questioncrystal report taking long time for preview Pin
srinisiv24-May-09 1:05
srinisiv24-May-09 1:05 
Hello everyone ,

I have an issue i.e, I am using crystal report(version 11 release 2) in my windows applications developed in vb.net (2005)and sql server(2005) as backend . In one of the forms i placed one reportviewer control,

crystal report taking long time for preview & print(nearly 2 minute) .
please any one help me to getout of this

Dim rpt As New CrystalReport1() 'The report you created.
        Dim myConnection As SqlConnection
        Dim MyCommand As New SqlCommand()
        Dim myDA As New SqlDataAdapter()
        Dim myDS As New Dataset1() 'The DataSet you created.

        Try

            myConnection = New SqlConnection("Data Source=localhost;Integrated Security=SSPI;" & _
                                             "Initial Catalog=northwind;")
            MyCommand.Connection = myConnection
            MyCommand.CommandText = "SELECT * FROM Customers"
            MyCommand.CommandType = CommandType.Text
            myDA.SelectCommand = MyCommand

            myDA.Fill(myDS, "Customers")
            rpt.SetDataSource(myDS)
            CrystalReportViewer1.ReportSource = rpt

        Catch Excep As Exception
            MessageBox.Show(Excep.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error)
        End Try

Advance thnx.
AnswerRe: crystal report taking long time for preview Pin
ISoftwareDev24-May-09 2:09
ISoftwareDev24-May-09 2:09 
GeneralRe: crystal report taking long time for preview Pin
srinisiv24-May-09 20:25
srinisiv24-May-09 20:25 
GeneralRe: crystal report taking long time for preview Pin
Pete O'Hanlon24-May-09 22:28
mvePete O'Hanlon24-May-09 22:28 
GeneralRe: crystal report taking long time for preview Pin
David Mujica22-Jun-09 16:20
David Mujica22-Jun-09 16:20 
QuestionHow to detect the person who will click the print option in windows application??? Pin
manjari kar23-May-09 0:52
manjari kar23-May-09 0:52 
AnswerRe: How to detect the person who will click the print option in windows application??? Pin
Colin Angus Mackay23-May-09 21:27
Colin Angus Mackay23-May-09 21:27 
GeneralRe: How to detect the person who will click the print option in windows application??? Pin
manjari kar24-May-09 18:28
manjari kar24-May-09 18:28 
Generalread my sig! Pin
Luc Pattyn25-May-09 0:07
sitebuilderLuc Pattyn25-May-09 0:07 
QuestionInstallation in Windows Services Pin
bobbymale7722-May-09 13:33
bobbymale7722-May-09 13:33 
AnswerRe: Installation in Windows Services Pin
Moreno Airoldi24-May-09 0:19
Moreno Airoldi24-May-09 0:19 
QuestionSQL Server Project Pin
kermit8822-May-09 5:06
kermit8822-May-09 5:06 
AnswerRe: SQL Server Project Pin
Ramesh Swaminathan23-May-09 0:10
Ramesh Swaminathan23-May-09 0:10 
QuestionCrystal Reports XI Pin
SudhaMall22-May-09 2:55
SudhaMall22-May-09 2:55 
AnswerRe: Crystal Reports XI Pin
bobbymale7722-May-09 13:37
bobbymale7722-May-09 13:37 
GeneralRe: Crystal Reports XI Pin
SudhaMall26-May-09 4:28
SudhaMall26-May-09 4:28 
GeneralRe: Crystal Reports XI Pin
SudhaMall26-May-09 4:29
SudhaMall26-May-09 4:29 
GeneralRe: Crystal Reports XI Pin
bobbymale7727-May-09 4:31
bobbymale7727-May-09 4:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.