I'm using Crystal Reports v.13.0.21 with Visual Studio 2017 Community. My reports created in an earlier version of CR work correctly. Bur the new reports created in this version fail when I try to run them. The error message is: "Invalid index (Exception from HREULT: 0x8002000B (DISP_E_BADINDEX)).
And the line where error is trhown is:
report.SetParameterValue("Usuario", Usuario.GetCurrentUsuario().IdUsuario);
Thanks.
User contributions licensed under CC BY-SA 3.0