or
public static SqlDataSource ChangeConnectionString(object reportItem, int zoneNo)
{
dataSource.SelectCommand = ...the query with my parameter
Hi,
I'm wondering whether nullable types are supported? I'm trying to make a binding using a nullable field and the desinger correclty displays the subcategories "HasValue" and "Value" of the field.
However I'm not able to make a binding against the HasValue instead what I have had to do is use the Is Null on the field itself, likewise I get an error if I try to display Field.Value in a report.
Tomas