Hai..expert...Please help me....
It takes long time for loading a crystal report...i am using the following code...
CrystalForm3 frm = new CrystalForm3();
frm.Show();
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Raj KumarPosted Sep 23, 2009, 12:14 AM
objForm.ViewReport("C:\test.rtp", , "@parameter1=test?mter2=10")
objForm.show()