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

vb.net Parameter Default Value

Former Member
0 Likes
1,428

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

Hi Chris,

Build the project and test it and see what the various properties of the report it gets.

It will only get what is saved in the Report, what changes/updates you make in code will not return, you'll have to keep track of them yourself.

Don