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.