Hi
I have a report with a report paramter set with the following properties
Name=myparameter
type= string
available values:
datasource= (mybusinessobject)
displaymember=lastname
valuemember=ID
multivalue=true
The valuemember ID is of type System.Guid. Executing the report I get the message:
availablevalue for parameter myparamter should be of type string.invalid value.
how can I use guid??
I have a report with a report paramter set with the following properties
Name=myparameter
type= string
available values:
datasource= (mybusinessobject)
displaymember=lastname
valuemember=ID
multivalue=true
The valuemember ID is of type System.Guid. Executing the report I get the message:
availablevalue for parameter myparamter should be of type string.invalid value.
how can I use guid??