Crystal Reports .NET help please

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to pass a id # to the report at runtime so that the report shows only that customer record. I've tried using parameter fields but a prompt keeps coming up asking for a value

Does anyone know how to do this (I've already read all the MSDN help, so please don't cite that)

Please give specific example if you have one cuz I'm new to this

Thanks

Mikle
 
Following links give some examples on how to pass parameters to report:

http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_win_discreteparam.exe.asp
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_win_multirangeparam.exe.asp
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/csharp_win_paramengine.exe.asp

If you want VB.NET version, replace "csharp" with "vbnet".


mikl said:
I am trying to pass a id # to the report at runtime so that the report
shows only that customer record. I've tried using parameter fields but a
prompt keeps coming up asking for a value.
 
Back
Top