Domanda

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.

È stato utile?

Soluzione

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»).

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top