Crystal Report in Picturebox
-
Hello Friends, I am creating one vb6.0 project and i have the reqirement to display Crystal Report in Picturebox,so can anyone tell me how this is possible pls send me te code to dispay Crystal report on picturebox control in vb 6.0. Thanks and Regards, Girish B, Shukla GIRISH
-
Hello Friends, I am creating one vb6.0 project and i have the reqirement to display Crystal Report in Picturebox,so can anyone tell me how this is possible pls send me te code to dispay Crystal report on picturebox control in vb 6.0. Thanks and Regards, Girish B, Shukla GIRISH
A picturebox shows a picture. Therefore, you need to render your report to a bitmap, then you can put that bitmap in a picturebox.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )