cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

vb.net Parameter Default Value

Former Member
0 Likes
1,432

Hi,

I have an application coded in vb.net that opens a crystal report in the crystal report viewer. I understand how to set parameter values in my vb.net code, but I also want to be able to access the default value of the parameter that is already assigned within the crystal report. Does anyone know how I access the default value of the parameter?

Thanks

View Entire Topic
0 Likes

Yes, WIKI page tells you what versions support what versions...

Former Member
0 Likes

My code is working, I just don't know the syntax to pull in the default values for the parameters, where needed, in my code. Do you know the syntax to do this?