This is a migrated thread and some comments may be shown as answers.

text and value of field together

1 Answer 37 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
William
Top achievements
Rank 1
William asked on 26 Jun 2013, 09:47 PM
If =fields.ContractedQty > 0 I want my value to show
txtQty.Value = Convert.ToDouble(txtQty.Value).ToString("###,###,##0") + " Gal"
if =fields.ContractedQty = 0 I want my value to show

txtQty.Value = Convert.ToDouble(txtQty.Value).ToString("###,###,##0") + " Gal (Optional Delv. Location)"
How can this be done.  I have tried txtQty.DocumentMapText but it is empty so that does not work.

1 Answer, 1 is accepted

Sort by
0
Squall
Top achievements
Rank 1
answered on 27 Jun 2013, 07:25 AM
Seems out of context. What is txtQty? Why you are not using expressions (http://www.telerik.com/help/reporting/report-expressions.html)
Tags
General Discussions
Asked by
William
Top achievements
Rank 1
Answers by
Squall
Top achievements
Rank 1
Share this question
or