Hi,
In Crystal Reports 10, I am getting a Build error with the following statement:
"dsCounty" is a type and cannot be used as an expression
"dsCounty" is a dataset that was created with the following code statement:
Dim dsCounty As New DataSet
Does anyone know why I am getting this error in the Page_Load event of the form that contains the Crystal Report Viewer? I am trying to pass this dataset to the viewer.
TIA, Randy Smith
In Crystal Reports 10, I am getting a Build error with the following statement:
"dsCounty" is a type and cannot be used as an expression
"dsCounty" is a dataset that was created with the following code statement:
Dim dsCounty As New DataSet
Does anyone know why I am getting this error in the Page_Load event of the form that contains the Crystal Report Viewer? I am trying to pass this dataset to the viewer.
TIA, Randy Smith