Question

How to make 1 value inside the database to be displayed in a textbox?

I make a select of an ID and then I need the name to be shown.

Was it helpful?

Solution

Assuming you already have configured the DataSet and DataSource,just drag the value/field from the DataSet (listed in the Report Data) and drop it on your TextBox,it'll automatically change the Expression in the TextBox («Expr»).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top