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

vb.net Parameter Default Value

Former Member
0 Likes
1,421

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,

What version of the sDK are you using?

Have a look at this test app: https://blogs.sap.com/2016/02/17/how-to-parameters-in-crystal-reports-for-visual-studio-net/

It's C# but in the drop down list box there is a routine to get parameter values.

Don

Former Member
0 Likes

I am using Visual Studio 2019. The SDK I Installed was titled "crnet13_sp14_api_en". I looked through your code and I'm having trouble finding where you call the default value of the parameter. Can you assist?