Issue with Nullable in dataset
Posted: Wed Aug 28, 2013 6:11 pm
Hello,
I current set the data source for a report using the regdata function (by providing a dataset variable). There is a column that has decimals, but can also be blank (nulls). When I try to set the column type as double (nullable) I get the error that
If I set it as just double I get
Should I be doing something when adding the dataset in addition to just RegData or is there a different approach I should be taking? Thank you very much for your help!
I current set the data source for a report using the regdata function (by providing a dataset variable). There is a column that has decimals, but can also be blank (nulls). When I try to set the column type as double (nullable) I get the error that
Code: Select all
DataSet does not support System.Nullable<>.
Code: Select all
Input string was not in a correct format.Couldn't store <> in xxxxxxx Column. Expected type is Double.