How can you access JS array data passed to an R5 report as a parameter to populate a grid?
Trying to emulate an R4 custom report in R5...
I have tried passing in a 2d JS array as a parameter,
[["1", "2", "3", "4"],["5", "6", "7", "8"], [...],...]
I am able to read the parameter in as a var but am not able to access it properly to use it for cell value assignment in a grid (within a loop). I think I am unable to cast it to anything useful due to weak .NET skills.
Can anyone show me how this could be done?
Or am I approaching this in totally the wrong way, I just need to be able to include custom multi-source tables in the report?
thanks in advance
0
-
Ah well, ended up just passing in a delimited string and splitting it. Clunky, but works.
0
Vous devez vous connecter pour laisser un commentaire.
Commentaires
1 commentaire