Paste parameter value Crystal Report

2

How do I get the value of a variable of type ParameterFields, where by debug I can see as below, where in the case would be the value="000000609", to pass to another one of type string?

dim dsResult as string = string.empty dsResult = me.crParameterFields (nPosTab) .CurrentValues (0). ???

Look at the way I did at the moment, I just do not know if it would be the most correct and safe way, if I had another way and you could give me a little thanks,

For Each discreteDefaultVal As ParameterDiscreteValue In Me.crParameterFields (nPos_Tab) .CurrentValues       Dim cResult As String = String.Empty       cResult = discreteDefaultVal.Value Next

    
asked by anonymous 29.05.2015 / 00:37

0 answers