Hi,
Im performing Parameter Fields Runtime Customization for crystal reports through VS.NET 2003, using C# as code Behind
the ParameterFieldName property (and the other properties such as CurrentValues,MinimumValue,etc.) of the ParameterField Variable I declared is not available
for selection in the intellisense...it's replaced by set_ParameterFieldName/get_ParameterFieldName...(set_CurrentValues, etc.). How can I correct this?
Thank you