i got a problem for report text box, my sql data source returns the the field values, these field values assigned to some textboxes through expression but when running the report textbox values are not disply
like:
i assigned value to text box like : "=Fields.SELECTED_CNT" my sql datasource query return the value for SELECTED_CNT is 20 but when i run the report it's not displayed it shows always "0", even it don't show the design time value also, design time value is 2. but it's shows always 0.
can you give me solution for this .