I'm trying to use a Push method with a dataset to generate a report. (I'm trying to pass a session variable as a parameter for the report.)
I've found several varieties of sample code that says it accomplishes this; each of these sets of code include a line similar to the following:
Dim oRpt As New CrystalReport1
My VS (2005) does not like the "CrystalReport1" object name. What am I missing here? Should this really be an available object type?
Thanks very much!
I've found several varieties of sample code that says it accomplishes this; each of these sets of code include a line similar to the following:
Dim oRpt As New CrystalReport1
My VS (2005) does not like the "CrystalReport1" object name. What am I missing here? Should this really be an available object type?
Thanks very much!